We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4fb250 commit e593f06Copy full SHA for e593f06
Tests/Loader/IniFileLoaderTest.php
@@ -51,7 +51,7 @@ public function testTypeConversions($key, $value, $supported)
51
public function testTypeConversionsWithNativePhp($key, $value, $supported)
52
{
53
if (defined('HHVM_VERSION_ID')) {
54
- return $this->markTestSkipped();
+ $this->markTestSkipped();
55
}
56
57
if (!$supported) {
0 commit comments