diff --git a/tests/DocumentationHelperTests.php b/tests/DocumentationHelperTests.php index 2d5d852..b2c0a80 100644 --- a/tests/DocumentationHelperTests.php +++ b/tests/DocumentationHelperTests.php @@ -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' )); } -} \ No newline at end of file +}