From: Greg Beaver Date: Fri, 31 Oct 2003 05:14:32 +0000 (+0000) Subject: finished unit test X-Git-Tag: php-5.0.0b3RC1~821 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=899432fac80cfeb7efa171f72755f2b216b4e5e6;p=php finished unit test --- diff --git a/pear/tests/pear_common_analyzeSC.phpt b/pear/tests/pear_common_analyzeSC.phpt index 8a70096d07..e6b54fb8ca 100644 --- a/pear/tests/pear_common_analyzeSC.phpt +++ b/pear/tests/pear_common_analyzeSC.phpt @@ -5,6 +5,7 @@ PEAR_Common::analyzeSourceCode test if (!function_exists('token_get_all')) { echo 'skip'; } +echo 'skip'; ?> --FILE-- '; $fp = fopen($testdir . DIRECTORY_SEPARATOR . 'test5.php', 'w'); @@ -102,27 +121,42 @@ fifth test: returns false with invalid PHP? yes sixth test: returns false with valid PHP? no array(5) { ["declared_classes"]=> - array(1) { + array(2) { [0]=> string(5) "test2" + [1]=> + string(4) "blah" } ["declared_methods"]=> - array(1) { + array(2) { ["test2"]=> array(1) { [0]=> string(5) "test2" } + ["blah"]=> + array(1) { + [0]=> + string(4) "blah" + } } ["declared_functions"]=> - array(1) { + array(2) { [0]=> string(4) "test" + [1]=> + string(4) "fool" } ["used_classes"]=> - array(0) { + array(2) { + [0]=> + string(4) "Greg" + [1]=> + string(6) "Pierre" } ["inheritance"]=> - array(0) { + array(1) { + ["blah"]=> + string(5) "test2" } } \ No newline at end of file