mirror of
https://github.com/Respect/Validation.git
synced 2026-03-17 07:45:45 +01:00
Apply "Generic.NamingConventions.CamelCapsFunctionName"
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
parent
5bdffaa51b
commit
1cccfd00a0
13 changed files with 20 additions and 19 deletions
|
|
@ -62,7 +62,7 @@ final class ValidationExceptionTest extends TestCase
|
|||
/**
|
||||
* @test
|
||||
*/
|
||||
public function itShouldRetrieveASingleParameter(): void
|
||||
public function itShouldRetrieveOneSingleParameter(): void
|
||||
{
|
||||
$name = 'any name';
|
||||
$value = 'any value';
|
||||
|
|
@ -85,7 +85,7 @@ final class ValidationExceptionTest extends TestCase
|
|||
/**
|
||||
* @test
|
||||
*/
|
||||
public function itShouldHaveADefaultTemplate(): void
|
||||
public function itShouldHaveTemplateByDefault(): void
|
||||
{
|
||||
$sut = new ValidationException('input', 'id', [], 'trim');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue