summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-06-16 17:12:26 +0000
committerfoobar <sniper@php.net>2005-06-16 17:12:26 +0000
commit34e0ba1f9271d971aa9dfb4d9a13f7c56c59e0f2 (patch)
treef8ec1b62f02264282398100120976f72b0165c99
parentba1aac47b70aea6648863786e7009ae2f1868fc7 (diff)
downloadphp-git-34e0ba1f9271d971aa9dfb4d9a13f7c56c59e0f2.tar.gz
silence notices
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 56a32a35af..c0a3b95909 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -227,7 +227,7 @@ echo "
$test_files = array();
$test_results = array();
-$PHP_FAILED_TESTS = array();
+$PHP_FAILED_TESTS = array('BORKED' => array(), 'FAILED' => array());
// If parameters given assume they represent selected tests to run.
$failed_tests_file= false;