Show tests that are skipped

This commit is contained in:
cytopia
2019-11-21 17:27:47 +01:00
parent 0750ec9339
commit dc7336fa3d
17 changed files with 122 additions and 83 deletions

View File

@@ -10,7 +10,7 @@ error_reporting(-1);
// Only available since 5.4.0
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
echo 'OK';
echo 'SKIP';
exit(0);
}