| 1 | <?php |
||
| 19 | class KrsTest extends TestCase |
||
| 20 | { |
||
| 21 | public function testKrsValid() |
||
| 27 | |||
| 28 | public function testCreate() |
||
| 33 | |||
| 34 | |||
| 35 | /** |
||
| 36 | * @expectedException \mrcnpdlk\Validator\Exception |
||
| 37 | */ |
||
| 38 | public function testKrsInvalid() |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @expectedException \mrcnpdlk\Validator\Exception |
||
| 45 | */ |
||
| 46 | public function testKrsEmpty() |
||
| 50 | |||
| 51 | } |
||
| 52 |