From c62fc187ee32089bfcd9bd0205b3ca21063fdd07 Mon Sep 17 00:00:00 2001 From: Sergey Tsalkov Date: Sun, 9 Sep 2012 17:31:57 -0700 Subject: [PATCH] quick testing change --- simpletest/test.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simpletest/test.php b/simpletest/test.php index 701677f..4bee4e8 100755 --- a/simpletest/test.php +++ b/simpletest/test.php @@ -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();