소스 검색

[Validator] removed MX test (tests should work with Internet down)

Fabien Potencier 14 년 전
부모
커밋
0805c6f963
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      tests/Symfony/Tests/Component/Validator/Constraints/EmailValidatorTest.php

+ 0 - 5
tests/Symfony/Tests/Component/Validator/Constraints/EmailValidatorTest.php

@@ -53,11 +53,6 @@ class EmailValidatorTest extends \PHPUnit_Framework_TestCase
         $this->assertTrue($this->validator->isValid($email, new Email()));
     }
 
-    public function testValidEmailsAndCheckMX()
-    {
-        $this->assertTrue($this->validator->isValid('fabien@symfony.com', new Email(array('checkMX' => true))));
-    }
-
     public function getValidEmails()
     {
         return array(