Skip to content

Commit

Permalink
Alterado assinatura do método para melhorar a legibilidade do output …
Browse files Browse the repository at this point in the history
…dos testes.
  • Loading branch information
Diego-Brocanelli committed Dec 31, 2020
1 parent 7bd689c commit de89e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ValidateCPFTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function valid()
}

/** @test */
public function emptyCPF()
public function emptyCpf()
{
$this->assertFalse($this->cpf->isValid(''));
}
Expand Down

0 comments on commit de89e84

Please sign in to comment.