From: Lars Strojny Date: Thu, 12 Jun 2008 20:46:23 +0000 (+0000) Subject: Testfest: ReflectionExtension::info()-test by Stefan Koopmanschap X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c26c072cbadc0dd3d1e1566ea62b0ca25955a5ec;p=php Testfest: ReflectionExtension::info()-test by Stefan Koopmanschap --- diff --git a/ext/reflection/tests/reflectionExtension_info_basic.phpt b/ext/reflection/tests/reflectionExtension_info_basic.phpt new file mode 100644 index 0000000000..48f6a65099 --- /dev/null +++ b/ext/reflection/tests/reflectionExtension_info_basic.phpt @@ -0,0 +1,19 @@ +--TEST-- +ReflectionExtension::info() +--CREDITS-- +Gerrit "Remi" te Sligte +Leon Luijkx +--FILE-- +info(); +$testb = ob_get_clean(); +var_dump($testa); +var_dump(strlen($testb) > 24); +?> +==DONE== +--EXPECT-- +NULL +bool(true) +==DONE==