Page MenuHomePhorge

D4662.1775390746.diff
No OneTemporary

Authored By
Unknown
Size
699 B
Referenced Files
None
Subscribers
None

D4662.1775390746.diff

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

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)

Event Timeline