From ddc9b5243f9291a6445cb958ad2b44fc5417f355 Mon Sep 17 00:00:00 2001 From: Cam Findlay Date: Wed, 10 Dec 2014 16:18:26 +1300 Subject: [PATCH] TEST updated as clean name now respects the writing style conventions. --- tests/DocumentationHelperTests.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}