فهرست منبع

fixed unit tests

Fabien Potencier 14 سال پیش
والد
کامیت
5b6d92df3c
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      tests/Symfony/Tests/Component/Validator/Constraints/UrlValidatorTest.php

+ 0 - 2
tests/Symfony/Tests/Component/Validator/Constraints/UrlValidatorTest.php

@@ -43,8 +43,6 @@ class UrlValidatorTest extends \PHPUnit_Framework_TestCase
             array('http://www.symfony-project.com/'),
             array('http://127.0.0.1/'),
             array('http://127.0.0.1:80/'),
-            array('ftp://google.com/foo.tgz'),
-            array('ftps://google.com/foo.tgz'),
         );
     }