Skip to content

Commit 3db440a

Browse files
committed
minor #767 Update ValidatorTest.php (appointmind)
This PR was merged into the master branch. Discussion ---------- Update ValidatorTest.php The method name testValidateEmailFullName() seemed to be inconsistent with the purpose and the rest of the method names. Commits ------- dc75038 Update ValidatorTest.php
2 parents 502f51b + dc75038 commit 3db440a

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)