Skip to content

Commit de89e84

Browse files
Alterado assinatura do método para melhorar a legibilidade do output dos testes.
1 parent 7bd689c commit de89e84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ValidateCPFTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function valid()
2828
}
2929

3030
/** @test */
31-
public function emptyCPF()
31+
public function emptyCpf()
3232
{
3333
$this->assertFalse($this->cpf->isValid(''));
3434
}

0 commit comments

Comments
 (0)