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 {
|
class DocumentationHelperTests extends SapphireTest {
|
||||||
|
|
||||||
public function testCleanName() {
|
public function testCleanName() {
|
||||||
$this->assertEquals("File Path", DocumentationHelper::clean_page_name(
|
$this->assertEquals("File path", DocumentationHelper::clean_page_name(
|
||||||
'00_file-path.md'
|
'00_file-path.md'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user