mirror of
https://github.com/egulias/EmailValidator.git
synced 2026-09-02 05:27:52 +00:00
Test spoof emails in travis
This commit is contained in:
@@ -13,7 +13,6 @@ class SpoofCheckValidationTest extends TestCase
|
||||
*/
|
||||
public function testUTF8EmailAreValid($email)
|
||||
{
|
||||
$this->markTestSkipped("Skipped for Travis CI since it is failing on this test for unknown reasons.");
|
||||
$validation = new SpoofCheckValidation();
|
||||
|
||||
$this->assertTrue($validation->isValid($email, new EmailLexer()));
|
||||
|
||||
Reference in New Issue
Block a user