summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/commands/0101_info.test
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/tests/commands/0101_info.test')
-rw-r--r--sapi/phpdbg/tests/commands/0101_info.test19
1 files changed, 0 insertions, 19 deletions
diff --git a/sapi/phpdbg/tests/commands/0101_info.test b/sapi/phpdbg/tests/commands/0101_info.test
deleted file mode 100644
index 397a45c992..0000000000
--- a/sapi/phpdbg/tests/commands/0101_info.test
+++ /dev/null
@@ -1,19 +0,0 @@
-#################################################
-# name: info
-# purpose: test info commands
-# expect: TEST::FORMAT
-# options: -rr
-#################################################
-#[User Classes (%d)]
-#User Class test (3)
-#|---- in phpdbginit code on line %d
-#################################################
-<:
-class test {
- public function testMethod(){}
- private function testPrivateMethod(){}
- protected function testProtectedMethod(){}
-}
-:>
-info classes
-q