]> granicus.if.org Git - php/commitdiff
...
authorkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 22:56:20 +0000 (22:56 +0000)
committerkrakjoe <joe.watkins@live.co.uk>
Thu, 5 Dec 2013 22:56:20 +0000 (22:56 +0000)
tests/commands/0100_compile.test [deleted file]
tests/commands/0101_info.test

diff --git a/tests/commands/0100_compile.test b/tests/commands/0100_compile.test
deleted file mode 100644 (file)
index 9b71e04..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#################################################
-# name: compile
-# purpose: test pre-compilation
-# expect: TEST::CISTRING
-# options: -rr
-#################################################
-# set execution context
-# attempting compilation
-# success
-#################################################
-exec sapi/phpdbg/tests/code/class.php
-compile
-q
index efacd379a509f0b39b41c5c130474e4a6a2f5e59..397a45c99275a8141f30b5f6c13401ca87f8a0f2 100644 (file)
@@ -1,17 +1,19 @@
 #################################################
 # name: info
 # purpose: test info commands
-# expect: TEST::CISTRING
+# expect: TEST::FORMAT
 # options: -rr
 #################################################
-# set execution context
-# attempting compilation
-# success
-# user classes
-# user class test
-# |---- in
+#[User Classes (%d)]
+#User Class test (3)
+#|---- in phpdbginit code on line %d
 #################################################
-exec sapi/phpdbg/tests/code/class.php
-compile
+<:
+class test {
+        public function testMethod(){}
+        private function testPrivateMethod(){}
+        protected function testProtectedMethod(){}
+}
+:>
 info classes
 q