| 1 | <?php |
||
| 6 | class RegExpTest extends PHPUnit_Framework_TestCase |
||
| 7 | { |
||
| 8 | |||
| 9 | /** |
||
| 10 | * @group Helpers |
||
| 11 | * @group Regexp |
||
| 12 | */ |
||
| 13 | public function testItReturnsRightMatchOnMatchOne() |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @group Helpers |
||
| 22 | * @group Regexp |
||
| 23 | */ |
||
| 24 | public function testItReturnsNullOnMatchOneWhereNoMatch() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @group Helpers |
||
| 33 | * @group Regexp |
||
| 34 | * @group matchall |
||
| 35 | */ |
||
| 36 | public function testItReturnsPregMatchesMatchAll() |
||
| 44 | } |
||
| 45 |