From 87c9233d833e435da43d6e08194a95d6a406bae4 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 29 Jan 2008 12:27:49 +0000 Subject: [PATCH] fix test --- sapi/cli/tests/006.phpt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index c4062607e7..c35e86a56a 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -185,6 +185,8 @@ string(%d) "Extension [ extension #%d date version %s ] { } Function [ function date_timestamp_set ] { } + Function [ function date_timestamp_get ] { + } Function [ function timezone_open ] { } Function [ function timezone_name_get ] { @@ -273,7 +275,7 @@ string(%d) "Extension [ extension #%d date version %s ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ public method __construct ] { } @@ -303,6 +305,9 @@ string(%d) "Extension [ extension #%d date version %s ] { Method [ public method setTimestamp ] { } + + Method [ public method getTimestamp ] { + } } } -- 2.50.1