Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117906833
D4662.1775390746.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
699 B
Referenced Files
None
Subscribers
None
D4662.1775390746.diff
View Options
diff --git a/tests/SyncTestCase.php b/tests/SyncTestCase.php
--- a/tests/SyncTestCase.php
+++ b/tests/SyncTestCase.php
@@ -364,10 +364,10 @@
/**
* adapter for phpunit < 9
*/
- protected function assertMatchesRegularExpression($arg1, $arg2)
+ public static function assertMatchesRegularExpression(string $arg1, string $arg2, string $message = ''): void
{
if (method_exists("PHPUnit\Framework\TestCase", "assertMatchesRegularExpression")) {
- parent::assertMatchesRegularExpression($arg1, $arg2);
+ parent::assertMatchesRegularExpression($arg1, $arg2, $message);
} else {
parent::assertRegExp($arg1, $arg2);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 5, 12:05 PM (16 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18832507
Default Alt Text
D4662.1775390746.diff (699 B)
Attached To
Mode
D4662: Store modseq with the synckey
Attached
Detach File
Event Timeline