Skip to content

Commit aa3a165

Browse files
authored
Merge pull request #65 from geekcom/develop
Atualizacao de nomes de testes
2 parents 2fbf850 + d653f3b commit aa3a165

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/TestValidator.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function cpf()
2525
}
2626

2727
/** @test **/
28-
public function cpfFormato()
28+
public function formatoDoCpf()
2929
{
3030
$correct = Validator::make(
3131
['certo' => '094.050.986-59'],
@@ -61,7 +61,7 @@ public function cnpj()
6161
}
6262

6363
/** @test **/
64-
public function cnpjFormato()
64+
public function formatoDoCnpj()
6565
{
6666
$correct = Validator::make(
6767
['certo' => '53.084.587/0001-20'],
@@ -79,7 +79,7 @@ public function cnpjFormato()
7979
}
8080

8181
/** @test **/
82-
public function cpfAndCnpjInTheSameAttribute()
82+
public function cpfECnpjNoMesmoAtributo()
8383
{
8484
$correct = Validator::make(
8585
['certo' => '53.084.587/0001-20'],
@@ -97,7 +97,7 @@ public function cpfAndCnpjInTheSameAttribute()
9797
}
9898

9999
/** @test **/
100-
public function cpfCnpjFormato()
100+
public function formatoDoCpfECnpjNoMesmoAtributo()
101101
{
102102
$correct = Validator::make(
103103
['certo' => '094.050.986-59'],
@@ -176,7 +176,7 @@ public function nis()
176176
}
177177

178178
/** @test **/
179-
public function nisFormato()
179+
public function formatoDoNis()
180180
{
181181
$correct = Validator::make(
182182
['certo' => '201.73374.34-9'],
@@ -243,7 +243,7 @@ public function certidao()
243243
}
244244

245245
/** @test **/
246-
public function certidaoFormato()
246+
public function formatoDacertidao()
247247
{
248248
$correct = Validator::make(
249249
['certo' => '434546.02.55.2019.1.71037.134.6484858-10'],

0 commit comments

Comments
 (0)