Fix expectations in version string tests

This commit is contained in:
Tim Düsterhus 2025-05-26 14:29:16 +02:00 committed by Arnaud Le Blanc
parent 7b4c14dc10
commit d3ebf97d77
No known key found for this signature in database
3 changed files with 3 additions and 6 deletions

View file

@ -17,6 +17,5 @@ echo "Done\n";
--EXPECTF--
string(%d) "PHP %s (cgi%s (built: %s
Copyright (c) The PHP Group
%AZend Engine v%s, Copyright (c) Zend Technologies
"
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
Done

View file

@ -14,6 +14,5 @@ echo "Done\n";
--EXPECTF--
string(%d) "PHP %s (cli) (built: %s)%s
Copyright (c) The PHP Group
%AZend Engine v%s, Copyright (c) Zend Technologies
"
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
Done

View file

@ -16,6 +16,5 @@ echo "Done\n";
--EXPECTF--
string(%d) "PHP %s (fpm%s (built: %s
Copyright (c) The PHP Group
%AZend Engine v%s, Copyright (c) Zend Technologies
"
%AZend Engine v%s, Copyright (c) Zend Technologies%A"
Done