Skip to content

Commit

Permalink
Update ValidatorTest.php
Browse files Browse the repository at this point in the history
The method name testValidateEmailFullName() seemed to be inconsistent with the purpose and the rest of the method names.
  • Loading branch information
appointmind committed Feb 17, 2018
1 parent 502f51b commit dc75038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Utils/ValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public function testValidateFullName()
$this->assertSame($test, $this->object->validateFullName($test));
}

public function testValidateEmailFullName()
public function testValidateFullNameEmpty()
{
$this->expectException('Exception');
$this->expectExceptionMessage('The full name can not be empty.');
Expand Down

0 comments on commit dc75038

Please sign in to comment.