mirror of
https://github.com/silverstripe/doc.silverstripe.org
synced 2024-10-22 15:05:50 +00:00
Updated test to match new method
git-svn-id: http://svn.silverstripe.com/projects/ss2doc/branches/v2@118327 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
a7823e192d
commit
2e3382a6ab
@ -51,7 +51,7 @@ class DocumentationPageTest extends SapphireTest {
|
||||
$page->setRelativePath('subfolder/subpage.md');
|
||||
$page->setEntity(new DocumentationEntity('mymodule', null, BASE_PATH . '/sapphiredocs/tests/docs/'));
|
||||
|
||||
$this->assertEquals('Subfolder » Subpage', $page->getBreadcrumbTitle());
|
||||
$this->assertEquals('Subfolder - Subpage', $page->getBreadcrumbTitle());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user