Output php version at end of tests.

This commit is contained in:
James Moore 2001-03-29 12:07:37 +00:00
parent 3bd5696a65
commit af02c17d9f

View File

@ -245,7 +245,7 @@ function do_testing($argc, &$argv)
dowriteln(sprintf("Tests passed: %4d (%s%%)", $passed, $passed_pstr));
dowriteln("=============================");
dowriteln("Skipped ".sizeof($skipped_extensions)." extensions.");
dowriteln("PHP Version: ".phpversion());
}
function find_testdirs($dir = '.', $first_pass = true)