fixed unit tests

This commit is contained in:
Fabien Potencier 2010-10-18 17:01:57 +02:00
parent 4a18624927
commit 5b6d92df3c

View File

@ -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'),
);
}