We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ec50ab + f670606 commit 2e19e5eCopy full SHA for 2e19e5e
composer.json
@@ -24,5 +24,12 @@
24
"psr-4": {
25
"geekcom\\ValidatorDocs\\Tests\\": "tests"
26
}
27
+ },
28
+ "extra": {
29
+ "laravel": {
30
+ "providers": [
31
+ "geekcom\\ValidatorDocs\\ValidatorProvider"
32
+ ]
33
+ }
34
35
tests/TestValidator.php
@@ -163,7 +163,7 @@ public function testNis()
163
$this->assertTrue($incorrect->fails());
164
165
166
- public function testNisormato()
+ public function testNisFormato()
167
{
168
$correct = \Validator::make(
169
['certo' => '201.73374.34-9'],
0 commit comments