File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ public function testLocateFileWithLegacyStructureNotFound()
6767 $ this ->assertFalse ($ this ->locator ->locateFile ($ file ));
6868 }
6969
70- public function testLocateFileWorksInApplicationDirectory ()
70+ public function testLocateFileWorksInAppDirectory ()
7171 {
7272 $ file = 'welcome_message ' ;
7373
@@ -76,7 +76,7 @@ public function testLocateFileWorksInApplicationDirectory()
7676 $ this ->assertSame ($ expected , $ this ->locator ->locateFile ($ file , 'Views ' ));
7777 }
7878
79- public function testLocateFileWorksInApplicationDirectoryWithoutFolder ()
79+ public function testLocateFileWorksInAppDirectoryWithoutFolder ()
8080 {
8181 $ file = 'Common ' ;
8282
@@ -85,7 +85,7 @@ public function testLocateFileWorksInApplicationDirectoryWithoutFolder()
8585 $ this ->assertSame ($ expected , $ this ->locator ->locateFile ($ file ));
8686 }
8787
88- public function testLocateFileWorksInNestedApplicationDirectory ()
88+ public function testLocateFileWorksInNestedAppDirectory ()
8989 {
9090 $ file = 'Controllers/Home ' ;
9191
You can’t perform that action at this time.
0 commit comments