mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15: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
|
|
@ -39,7 +39,7 @@ class NestedValidationExceptionTest extends TestCase
|
|||
/**
|
||||
* @test
|
||||
*/
|
||||
public function addingTheSameInstanceShouldAddJustASingleReference(): void
|
||||
public function addingTheSameInstanceShouldAddJustOneSingleReference(): void
|
||||
{
|
||||
$composite = new AttributeException('input', 'id', [], 'trim');
|
||||
$node = new IntValException('input', 'id', [], 'trim');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue