| 1 | <?php |
||
| 17 | class BaseValidatorTest extends \PHPUnit_Framework_TestCase |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var DummyValidator |
||
| 21 | */ |
||
| 22 | protected $validator; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * |
||
| 26 | */ |
||
| 27 | protected function setUp() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @test |
||
| 34 | */ |
||
| 35 | public function itShouldAssertFalse() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * @test |
||
| 43 | */ |
||
| 44 | public function itShouldAssertTrue() |
||
| 49 | } |
||
| 50 |