diff options
author | foobar <sniper@php.net> | 2005-06-16 17:12:26 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-16 17:12:26 +0000 |
commit | 34e0ba1f9271d971aa9dfb4d9a13f7c56c59e0f2 (patch) | |
tree | f8ec1b62f02264282398100120976f72b0165c99 | |
parent | ba1aac47b70aea6648863786e7009ae2f1868fc7 (diff) | |
download | php-git-34e0ba1f9271d971aa9dfb4d9a13f7c56c59e0f2.tar.gz |
silence notices
-rwxr-xr-x | run-tests.php | 2 |
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; |