From ee5393ebf9bd570b0f16d8817bd056a7515a6086 Mon Sep 17 00:00:00 2001 From: krakjoe Date: Thu, 5 Dec 2013 22:56:20 +0000 Subject: [PATCH] ... --- tests/commands/0100_compile.test | 13 ------------- tests/commands/0101_info.test | 20 +++++++++++--------- 2 files changed, 11 insertions(+), 22 deletions(-) delete mode 100644 tests/commands/0100_compile.test diff --git a/tests/commands/0100_compile.test b/tests/commands/0100_compile.test deleted file mode 100644 index 9b71e04ddf..0000000000 --- a/tests/commands/0100_compile.test +++ /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 diff --git a/tests/commands/0101_info.test b/tests/commands/0101_info.test index efacd379a5..397a45c992 100644 --- a/tests/commands/0101_info.test +++ b/tests/commands/0101_info.test @@ -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 -- 2.50.1