1 | <?php |
||
27 | class NrbTest extends TestCase |
||
28 | { |
||
29 | public function testBankAccountValid() |
||
37 | |||
38 | public function testCreate() |
||
43 | |||
44 | /** |
||
45 | * @expectedException \mrcnpdlk\Validator\Exception |
||
46 | */ |
||
47 | public function testBankAccountInvalidChecksum() |
||
51 | |||
52 | /** |
||
53 | * @expectedException \mrcnpdlk\Validator\Exception |
||
54 | */ |
||
55 | public function testBankAccountInvalidRegex() |
||
59 | |||
60 | /** |
||
61 | * @expectedException \mrcnpdlk\Validator\Exception |
||
62 | */ |
||
63 | public function testBankAccountInvalidBankDepartment() |
||
67 | |||
68 | } |
||
69 |