Skip to content

Commit 1e97b92

Browse files
NyholmStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 662e78a commit 1e97b92

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/StreamIntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public function testGetSize()
100100

101101
$this->assertEquals(3, $stream->getSize());
102102
}
103+
103104
public function testTell()
104105
{
105106
if (isset($this->skippedTests[__FUNCTION__])) {

src/UriIntegrationTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public function testPath()
128128

129129
// TODO
130130
}
131+
131132
public function testQuery()
132133
{
133134
if (isset($this->skippedTests[__FUNCTION__])) {
@@ -138,6 +139,7 @@ public function testQuery()
138139

139140
// TODO
140141
}
142+
141143
public function testFragment()
142144
{
143145
if (isset($this->skippedTests[__FUNCTION__])) {

0 commit comments

Comments
 (0)