Skip to content

Commit

Permalink
Remove test using double slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccue committed Sep 18, 2016
1 parent 873a846 commit 73a75ac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/IRI.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,6 @@ public function testInvalidAbsolutizeBase()
$this->assertFalse(Requests_IRI::absolutize('://not a URL', '../'));
}

public function testInvalidAbsolutizeRelative()
{
$this->assertFalse(Requests_IRI::absolutize('http://example.com/', 'http://example.com//not a URL'));
}

public function testFullGamut()
{
$iri = new Requests_IRI();
Expand Down

0 comments on commit 73a75ac

Please sign in to comment.