summaryrefslogtreecommitdiff
path: root/tests/classes
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-04-25 21:45:14 +0000
committerfoobar <sniper@php.net>2005-04-25 21:45:14 +0000
commit87fc464c6b7a5fca297ab4b948a6f2da8680deb3 (patch)
treee89265e2d89fc9fc2b4022031450bcdafe85456a /tests/classes
parent87a70f10a7faf7884d009fdbe83a6e1177de6160 (diff)
downloadphp-git-87fc464c6b7a5fca297ab4b948a6f2da8680deb3.tar.gz
Fix test
Diffstat (limited to 'tests/classes')
-rwxr-xr-xtests/classes/serialize_001.phpt6
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)