Tests for bug 27854 - Http::isValidURI is to lax
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 5 Mar 2011 16:15:39 +0000 (16:15 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 5 Mar 2011 16:15:39 +0000 (16:15 +0000)
commit9ad5b773f78aade2ec40c8537348e0e653400e2c
tree40ecd634da0840027b2207d6c7e3dd04d7f7cb79
parentb11cd099bbf0b2085d139ecf56b5f64097f1e7a2
Tests for bug 27854 - Http::isValidURI is to lax

Those tests are made to help someone fix bug 27854. You might want to add
some more.  Please note we want this function to only validate curl supported
URI, hence the hardcoded protocols http,https and ftp.

Some of those tests currently fail because of bug 27854.
tests/phpunit/includes/HttpTest.php