Skip to content

Commit 9cadeb8

Browse files
committed
Don't use return on Assert::markTestSkipped.
1 parent a964f37 commit 9cadeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/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)