Why does this not pass?
<?php
function testNestedWithOne() {
$result = '<ul><li><a href="/">Home</a></li></ul>';
$expected = array(
'<ul',
'<li', '<a' , 'Home' , '/a', '/li',
'/ul'
);
$this->assertTags($result, $expected);
}
?>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---