diff options
| author | foobar <sniper@php.net> | 2005-04-25 21:45:14 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-04-25 21:45:14 +0000 |
| commit | 87fc464c6b7a5fca297ab4b948a6f2da8680deb3 (patch) | |
| tree | e89265e2d89fc9fc2b4022031450bcdafe85456a /tests/classes | |
| parent | 87a70f10a7faf7884d009fdbe83a6e1177de6160 (diff) | |
| download | php-git-87fc464c6b7a5fca297ab4b948a6f2da8680deb3.tar.gz | |
Fix test
Diffstat (limited to 'tests/classes')
| -rwxr-xr-x | tests/classes/serialize_001.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/classes/serialize_001.phpt b/tests/classes/serialize_001.phpt index 4ff2762da6..16c79d415e 100755 --- a/tests/classes/serialize_001.phpt +++ b/tests/classes/serialize_001.phpt @@ -1,9 +1,9 @@ --TEST-- -ZE2 Serializeable +ZE2 Serializable --FILE-- <?php -class Test implements Serializeable +class Test implements Serializable { public $data; @@ -65,7 +65,7 @@ object(Test)#1 (1) { NULL Test::__construct() Test::serialize() -Exception: Test::serialize() must return a string or NULL +NULL ========== int(42) Test::__construct(42) |
