|
@@ -479,7 +479,7 @@ |
|
|
block discarded – undo |
|
479
|
479
|
/** |
|
480
|
480
|
* Abstract methods from PhpUnit |
|
481
|
481
|
*/ |
|
482
|
|
- abstract public function assertContains($needle, $haystack, string $message = '', bool $ignoreCase = false, bool $checkForObjectIdentity = true, bool $checkForNonObjectIdentity = false):void ; |
|
|
482
|
+ abstract public function assertContains($needle, $haystack, string $message = '', bool $ignoreCase = false, bool $checkForObjectIdentity = true, bool $checkForNonObjectIdentity = false):void; |
|
483
|
483
|
abstract public function assertEquals($expected, $actual, string $message = '', float $delta = 0, int $maxDepth = 10, bool $canonicalize = false, bool $ignoreCase = false):void; |
|
484
|
484
|
abstract public function fail(string $message = ''):void; |
|
485
|
485
|
abstract public function assertNotEmpty($actual, string $message = ''):void; |
Please login to merge, or discard this patch.