summaryrefslogtreecommitdiff
path: root/tests/php/phpt/class_obj/003-comparable.phpt
diff options
context:
space:
mode:
authorvalmat <ufabiz@gmail.com>2014-03-28 02:34:51 +0600
committervalmat <ufabiz@gmail.com>2014-03-28 02:34:51 +0600
commit7bc500847e3027bb785c5525a21078ff72acc2ab (patch)
tree06e29578cbaf38e328b662c6e4130ad07b055f39 /tests/php/phpt/class_obj/003-comparable.phpt
parent28152192b85cbe9bf5ea08ebe8c706d12e2e13e5 (diff)
add test: 004-static-funct.phpt (Test class with static function)
Diffstat (limited to 'tests/php/phpt/class_obj/003-comparable.phpt')
-rw-r--r--tests/php/phpt/class_obj/003-comparable.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/php/phpt/class_obj/003-comparable.phpt b/tests/php/phpt/class_obj/003-comparable.phpt
index 8ffc076..3e0b1f6 100644
--- a/tests/php/phpt/class_obj/003-comparable.phpt
+++ b/tests/php/phpt/class_obj/003-comparable.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test constructor & destructor
+Test comparable objects
--SKIPIF--
<?php if (!extension_loaded("extension_for_tests")) print "skip"; ?>
--FILEEOF--