diff --git a/tests/DocumentationPageTest.php b/tests/DocumentationPageTest.php index 67a72a1..0ed9966 100755 --- a/tests/DocumentationPageTest.php +++ b/tests/DocumentationPageTest.php @@ -77,5 +77,14 @@ class DocumentationPageTest extends SapphireTest { ); $this->assertEquals('Basic - Sort - Doctest', $page->getBreadcrumbTitle()); + + $page = new DocumentationFolder( + $this->entity, + '', + DOCSVIEWER_PATH . '/tests/docs/en/sort/' + ); + + $this->assertEquals('Sort - Doctest', $page->getBreadcrumbTitle()); + } } \ No newline at end of file