mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix expectations in version string tests
This commit is contained in:
committed by
Arnaud Le Blanc
parent
7b4c14dc10
commit
d3ebf97d77
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user