Skip to content

Commit

Permalink
fixes DragonBe#54 code covereage
Browse files Browse the repository at this point in the history
  • Loading branch information
krzaczek committed Oct 25, 2018
1 parent 0d94c34 commit 41538a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Vies/Validator/ValidatorSITest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public function vatNumberProvider()
['12345670', false],
['01234567', false],
['1234567', false],
['95796550', true]
['95796550', true],
['95736220', false],
];
}
}

0 comments on commit 41538a3

Please sign in to comment.