]> granicus.if.org Git - php/commitdiff
Fix test
authorfoobar <sniper@php.net>
Mon, 25 Apr 2005 21:45:14 +0000 (21:45 +0000)
committerfoobar <sniper@php.net>
Mon, 25 Apr 2005 21:45:14 +0000 (21:45 +0000)
tests/classes/serialize_001.phpt

index 4ff2762da635fd3499e5d7de4eb1a3ebceeb8160..16c79d415e4039af0776fddcf861fb16e8c3a776 100755 (executable)
@@ -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)