Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/StreamIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public function testGetSize()

$this->assertEquals(3, $stream->getSize());
}

public function testTell()
{
if (isset($this->skippedTests[__FUNCTION__])) {
Expand Down
2 changes: 2 additions & 0 deletions src/UriIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function testPath()

// TODO
}

public function testQuery()
{
if (isset($this->skippedTests[__FUNCTION__])) {
Expand All @@ -138,6 +139,7 @@ public function testQuery()

// TODO
}

public function testFragment()
{
if (isset($this->skippedTests[__FUNCTION__])) {
Expand Down