1 | <?php |
||
18 | class CustomAssertion extends Assertion |
||
19 | { |
||
20 | protected static $exceptionClass = 'Assert\Tests\CustomException'; |
||
21 | private static $calls = array(); |
||
22 | |||
23 | public static function clearCalls() |
||
27 | |||
28 | public static function getCalls() |
||
32 | |||
33 | public static function string($value, $message = null, $propertyPath = null) |
||
38 | } |
||
39 |