We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abdb4b5 commit d585640Copy full SHA for d585640
tests/test-sample.php
@@ -23,7 +23,7 @@ function test_single_item() {
23
$items = array( (object) array( 'id' => 1, 'parent' => 0 ) );
24
$output = $this->walker->walk( $items, 0 );
25
$this->assertEquals( 1, $this->walker->get_number_of_root_elements( $items ) );
26
- $this->assertEquals( '<li>1</li>', $output );
+ $this->assertEquals( '<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="" class=""><a title="1" href="#">1</a></li>', $output );
27
}
28
29
function test_single_item_flat() {
0 commit comments