1 | <?php |
||
5 | abstract class PHPMatcherTestCase extends \PHPUnit_Framework_TestCase |
||
6 | { |
||
7 | /** |
||
8 | * @param string $pattern |
||
9 | * @param mixed $value |
||
10 | * @param string $message |
||
11 | */ |
||
12 | protected function assertMatchesPattern($pattern, $value, $message = '') |
||
16 | |||
17 | /** |
||
18 | * @param string $pattern |
||
19 | * |
||
20 | * @return PHPMatcherConstraint |
||
21 | */ |
||
22 | protected static function matchesPattern($pattern) |
||
26 | } |