quick testing change

This commit is contained in:
Sergey Tsalkov
2012-09-09 17:31:57 -07:00
parent 6b324d1291
commit c62fc187ee

View File

@@ -47,6 +47,8 @@ $classes_to_test = array(
if ($is_php_53) {
require_once 'ErrorTest_53.php';
$classes_to_test[] = 'ErrorTest_53';
} else {
echo "PHP 5.3 not detected, skipping 5.3 tests..\n";
}
$time_start = microtime_float();