Skip to content

Commit 2e19e5e

Browse files
authored
Merge pull request #35 from geekcom/develop
auto-discover composer
2 parents 9ec50ab + f670606 commit 2e19e5e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

composer.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,12 @@
2424
"psr-4": {
2525
"geekcom\\ValidatorDocs\\Tests\\": "tests"
2626
}
27+
},
28+
"extra": {
29+
"laravel": {
30+
"providers": [
31+
"geekcom\\ValidatorDocs\\ValidatorProvider"
32+
]
33+
}
2734
}
2835
}

tests/TestValidator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function testNis()
163163
$this->assertTrue($incorrect->fails());
164164
}
165165

166-
public function testNisormato()
166+
public function testNisFormato()
167167
{
168168
$correct = \Validator::make(
169169
['certo' => '201.73374.34-9'],

0 commit comments

Comments
 (0)