Skip to content

Commit c4efa94

Browse files
committed
rename test to follow the convention and expand it a little
1 parent 9e5bf64 commit c4efa94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/tidy/tests/tidy_019.phpt renamed to ext/tidy/tests/019.phpt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ Test getParent()
55
--FILE--
66
<?php
77
$x = tidy_parse_string("<body><div>Content</div></body>");
8+
var_dump($x->body()->child[0]->name);
89
var_dump($x->body()->child[0]->getParent()->name);
910
?>
1011
--EXPECT--
12+
string(3) "div"
1113
string(4) "body"
12-

0 commit comments

Comments
 (0)