From: Nuno Lopes Date: Sat, 29 Apr 2006 12:16:21 +0000 (+0000) Subject: rename test to follow the convention and expand it a little X-Git-Tag: BEFORE_NEW_OUTPUT_API~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4efa943261162b670ab567f5a7a73dcacf010f6;p=php rename test to follow the convention and expand it a little --- diff --git a/ext/tidy/tests/tidy_019.phpt b/ext/tidy/tests/019.phpt similarity index 82% rename from ext/tidy/tests/tidy_019.phpt rename to ext/tidy/tests/019.phpt index f92168b5a9..a54dac5182 100644 --- a/ext/tidy/tests/tidy_019.phpt +++ b/ext/tidy/tests/019.phpt @@ -5,8 +5,9 @@ Test getParent() --FILE--
Content
"); +var_dump($x->body()->child[0]->name); var_dump($x->body()->child[0]->getParent()->name); ?> --EXPECT-- +string(3) "div" string(4) "body" -