Skip to content

Commit 5a92736

Browse files
committed
fix risky tests
1 parent 4d05f0f commit 5a92736

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
@@ -55,7 +55,7 @@ public function testTypeConversionsWithNativePhp($key, $value, $supported)
5555
}
5656

5757
if (!$supported) {
58-
return;
58+
$this->markTestSkipped(sprintf('Converting the value "%s" to "%s" is not supported by the IniFileLoader.', $key, $value));
5959
}
6060

6161
$this->loader->load('types.ini');

0 commit comments

Comments
 (0)