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 305b156 commit 4ecb9e1Copy full SHA for 4ecb9e1
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->assertContains( '<li itemscope="itemscope" itemtype="https://www.schema.org/SiteNavigationElement" id="" class=""><a title="1" href="#">1</a></li>', $output );
+ $this->assertContains( 'https://www.schema.org/SiteNavigationElement', $output );
27
}
28
29
0 commit comments