1 | <?php |
||
19 | class NipTest extends TestCase |
||
20 | { |
||
21 | public function testNipValid() |
||
28 | |||
29 | public function testIsValid() |
||
34 | |||
35 | public function testCreate() |
||
40 | |||
41 | /** |
||
42 | * @expectedException \mrcnpdlk\Validator\Exception |
||
43 | */ |
||
44 | public function testNipInvalidChecksum() |
||
48 | |||
49 | /** |
||
50 | * @expectedException \mrcnpdlk\Validator\Exception |
||
51 | */ |
||
52 | public function testNipInvalidRegex() |
||
56 | |||
57 | } |
||
58 |