| 1 | <?php |
||
| 20 | class NrbTest extends TestCase |
||
| 21 | { |
||
| 22 | public function testBankAccountValid() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @expectedException \mrcnpdlk\Validator\Exception |
||
| 33 | */ |
||
| 34 | public function testBankAccountInvalidChecksum() |
||
| 38 | /** |
||
| 39 | * @expectedException \mrcnpdlk\Validator\Exception |
||
| 40 | */ |
||
| 41 | public function testBankAccountInvalidRegex() |
||
| 45 | |||
| 46 | /** |
||
| 47 | * @expectedException \mrcnpdlk\Validator\Exception |
||
| 48 | */ |
||
| 49 | public function testBankAccountInvalidBankDepartment() |
||
| 53 | |||
| 54 | } |
||
| 55 |