Don't use return on Assert::markTestSkipped.

This commit is contained in:
Alexander M. Turek 2017-09-05 22:39:38 +02:00
parent a964f37a87
commit 9cadeb8af2

View File

@ -51,7 +51,7 @@ class IniFileLoaderTest extends TestCase
public function testTypeConversionsWithNativePhp($key, $value, $supported) public function testTypeConversionsWithNativePhp($key, $value, $supported)
{ {
if (defined('HHVM_VERSION_ID')) { if (defined('HHVM_VERSION_ID')) {
return $this->markTestSkipped(); $this->markTestSkipped();
} }
if (!$supported) { if (!$supported) {