mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
Output php version at end of tests.
This commit is contained in:
parent
3bd5696a65
commit
af02c17d9f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user