Skip to content

Commit 69528ec

Browse files
Allow marking testPathWithMultipleSlashes skipped
1 parent d368c62 commit 69528ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/UriIntegrationTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@ public function testUriModification2()
229229

230230
public function testPathWithMultipleSlashes()
231231
{
232+
if (isset($this->skippedTests[__FUNCTION__])) {
233+
$this->markTestSkipped($this->skippedTests[__FUNCTION__]);
234+
}
235+
232236
$expected = 'http://example.org//valid///path';
233237
$uri = $this->createUri($expected);
234238

0 commit comments

Comments
 (0)