mirror of
https://github.com/silverstripe/silverstripe-docsviewer
synced 2024-10-22 11:05:56 +02:00
TEST updated as clean name now respects the writing style conventions.
This commit is contained in:
parent
272b7ae660
commit
ddc9b5243f
@ -7,7 +7,7 @@
|
||||
class DocumentationHelperTests extends SapphireTest {
|
||||
|
||||
public function testCleanName() {
|
||||
$this->assertEquals("File Path", DocumentationHelper::clean_page_name(
|
||||
$this->assertEquals("File path", DocumentationHelper::clean_page_name(
|
||||
'00_file-path.md'
|
||||
));
|
||||
}
|
||||
@ -67,4 +67,4 @@ class DocumentationHelperTests extends SapphireTest {
|
||||
'dev/docs/en/doc_test/2.3/subfolder'
|
||||
));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user