From 6f46fa376bc3452617fa566917320237b687fd7e Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Fri, 29 May 2015 11:45:20 +0200 Subject: [PATCH] add test --- ext/standard/tests/php_version_win_const.phpt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ext/standard/tests/php_version_win_const.phpt diff --git a/ext/standard/tests/php_version_win_const.phpt b/ext/standard/tests/php_version_win_const.phpt new file mode 100644 index 0000000000..12de79b1ae --- /dev/null +++ b/ext/standard/tests/php_version_win_const.phpt @@ -0,0 +1,18 @@ +--TEST-- +Check that windows version constants are initialized +--SKIPIF-- + +--FILE-- + 0, PHP_WINDOWS_VERSION_MAJOR, PHP_WINDOWS_VERSION_MINOR); +?> +==DONE== +--EXPECTF-- +bool(true) +int(%d) +int(%d) +==DONE== -- 2.40.0