diff options
| author | Antony Dovgal <tony2001@php.net> | 2008-01-29 12:23:48 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2008-01-29 12:23:48 +0000 |
| commit | 9a16d91117f42c2a467912c5cc57e71884777a91 (patch) | |
| tree | 07db69715b9cea747accbda47c23de9fb4392be4 /sapi/cli | |
| parent | 00877eff13cdc174724afa3955439742dbf26102 (diff) | |
| download | php-git-9a16d91117f42c2a467912c5cc57e71884777a91.tar.gz | |
fix test
Derick, you're adding new methods too fast =)
Diffstat (limited to 'sapi/cli')
| -rw-r--r-- | sapi/cli/tests/006.phpt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sapi/cli/tests/006.phpt b/sapi/cli/tests/006.phpt index 1298ab0d57..1951e2037b 100644 --- a/sapi/cli/tests/006.phpt +++ b/sapi/cli/tests/006.phpt @@ -185,6 +185,8 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { } Function [ <internal:date> function date_timestamp_set ] { } + Function [ <internal:date> function date_timestamp_get ] { + } Function [ <internal:date> function timezone_open ] { } Function [ <internal:date> function timezone_name_get ] { @@ -273,7 +275,7 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ <internal:date, ctor> public method __construct ] { } @@ -303,6 +305,9 @@ string(%d) "Extension [ <persistent> extension #%d date version %s ] { Method [ <internal:date> public method setTimestamp ] { } + + Method [ <internal:date> public method getTimestamp ] { + } } } |
