Skip to content

Commit

Permalink
Merge pull request #35 from geekcom/develop
Browse files Browse the repository at this point in the history
auto-discover composer
  • Loading branch information
geekcom authored Oct 22, 2019
2 parents 9ec50ab + f670606 commit 2e19e5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,12 @@
"psr-4": {
"geekcom\\ValidatorDocs\\Tests\\": "tests"
}
},
"extra": {
"laravel": {
"providers": [
"geekcom\\ValidatorDocs\\ValidatorProvider"
]
}
}
}
2 changes: 1 addition & 1 deletion tests/TestValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function testNis()
$this->assertTrue($incorrect->fails());
}

public function testNisormato()
public function testNisFormato()
{
$correct = \Validator::make(
['certo' => '201.73374.34-9'],
Expand Down

0 comments on commit 2e19e5e

Please sign in to comment.