From 1e97b92831344abdffc45b955d2c698e0bb86ee0 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 12 Feb 2017 12:51:39 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/StreamIntegrationTest.php | 1 + src/UriIntegrationTest.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/StreamIntegrationTest.php b/src/StreamIntegrationTest.php index 0534224..2e64907 100644 --- a/src/StreamIntegrationTest.php +++ b/src/StreamIntegrationTest.php @@ -100,6 +100,7 @@ public function testGetSize() $this->assertEquals(3, $stream->getSize()); } + public function testTell() { if (isset($this->skippedTests[__FUNCTION__])) { diff --git a/src/UriIntegrationTest.php b/src/UriIntegrationTest.php index e129f1a..559a051 100644 --- a/src/UriIntegrationTest.php +++ b/src/UriIntegrationTest.php @@ -128,6 +128,7 @@ public function testPath() // TODO } + public function testQuery() { if (isset($this->skippedTests[__FUNCTION__])) { @@ -138,6 +139,7 @@ public function testQuery() // TODO } + public function testFragment() { if (isset($this->skippedTests[__FUNCTION__])) {