We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502f51b commit dc75038Copy full SHA for dc75038
tests/Utils/ValidatorTest.php
@@ -95,7 +95,7 @@ public function testValidateFullName()
95
$this->assertSame($test, $this->object->validateFullName($test));
96
}
97
98
- public function testValidateEmailFullName()
+ public function testValidateFullNameEmpty()
99
{
100
$this->expectException('Exception');
101
$this->expectExceptionMessage('The full name can not be empty.');
0 commit comments