Skip to content

Commit e593f06

Browse files
committed
Don't use return on Assert::markTestSkipped.
1 parent c4fb250 commit e593f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Loader/IniFileLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function testTypeConversions($key, $value, $supported)
5151
public function testTypeConversionsWithNativePhp($key, $value, $supported)
5252
{
5353
if (defined('HHVM_VERSION_ID')) {
54-
return $this->markTestSkipped();
54+
$this->markTestSkipped();
5555
}
5656

5757
if (!$supported) {

0 commit comments

Comments
 (0)