summaryrefslogtreecommitdiff
path: root/tests/php/phpt/class_obj/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/phpt/class_obj/001.phpt')
-rw-r--r--tests/php/phpt/class_obj/001.phpt14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/php/phpt/class_obj/001.phpt b/tests/php/phpt/class_obj/001.phpt
deleted file mode 100644
index b22a44c..0000000
--- a/tests/php/phpt/class_obj/001.phpt
+++ /dev/null
@@ -1,14 +0,0 @@
---TEST--
-Test constructor & destructor
---SKIPIF--
-<?php if (!extension_loaded("extension_for_tests")) print "skip"; ?>
---FILEEOF--
-<?php
-
-new TestBaseClass\MyClass();
-
-
-echo PHP_EOL;
---EXPECT--
-MyCustomClass::MyCustomClass()
-MyCustomClass::~MyCustomClass \ No newline at end of file