Skip to content

Commit

Permalink
atualizacao de nomes de testes
Browse files Browse the repository at this point in the history
  • Loading branch information
geekcom committed Jan 22, 2020
1 parent 0bb730e commit d653f3b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/TestValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function cpf()
}

/** @test **/
public function cpfFormato()
public function formatoDoCpf()
{
$correct = Validator::make(
['certo' => '094.050.986-59'],
Expand Down Expand Up @@ -61,7 +61,7 @@ public function cnpj()
}

/** @test **/
public function cnpjFormato()
public function formatoDoCnpj()
{
$correct = Validator::make(
['certo' => '53.084.587/0001-20'],
Expand All @@ -79,7 +79,7 @@ public function cnpjFormato()
}

/** @test **/
public function cpfAndCnpjInTheSameAttribute()
public function cpfECnpjNoMesmoAtributo()
{
$correct = Validator::make(
['certo' => '53.084.587/0001-20'],
Expand All @@ -97,7 +97,7 @@ public function cpfAndCnpjInTheSameAttribute()
}

/** @test **/
public function cpfCnpjFormato()
public function formatoDoCpfECnpjNoMesmoAtributo()
{
$correct = Validator::make(
['certo' => '094.050.986-59'],
Expand Down Expand Up @@ -176,7 +176,7 @@ public function nis()
}

/** @test **/
public function nisFormato()
public function formatoDoNis()
{
$correct = Validator::make(
['certo' => '201.73374.34-9'],
Expand Down Expand Up @@ -243,7 +243,7 @@ public function certidao()
}

/** @test **/
public function certidaoFormato()
public function formatoDacertidao()
{
$correct = Validator::make(
['certo' => '434546.02.55.2019.1.71037.134.6484858-10'],
Expand Down

0 comments on commit d653f3b

Please sign in to comment.