Skip to content

Commit dc75038

Browse files
authored
Update ValidatorTest.php
The method name testValidateEmailFullName() seemed to be inconsistent with the purpose and the rest of the method names.
1 parent 502f51b commit dc75038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Utils/ValidatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function testValidateFullName()
9595
$this->assertSame($test, $this->object->validateFullName($test));
9696
}
9797

98-
public function testValidateEmailFullName()
98+
public function testValidateFullNameEmpty()
9999
{
100100
$this->expectException('Exception');
101101
$this->expectExceptionMessage('The full name can not be empty.');

0 commit comments

Comments
 (0)