File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ protected function setUp(): void
5151 $ this ->locator = new FileLocator ($ autoloader );
5252 }
5353
54- public function testLocateFileNotNamespacedWorks ()
54+ public function testLocateFileNotNamespacedFindsInAppDirectory ()
5555 {
5656 $ file = 'Controllers/Home ' ; // not namespaced
5757
@@ -67,7 +67,7 @@ public function testLocateFileNotNamespacedNotFound()
6767 $ this ->assertFalse ($ this ->locator ->locateFile ($ file ));
6868 }
6969
70- public function testLocateFileNotNamespacedWorksInAppDirectory ()
70+ public function testLocateFileNotNamespacedFindsWithFolderInAppDirectory ()
7171 {
7272 $ file = 'welcome_message ' ; // not namespaced
7373
@@ -76,7 +76,7 @@ public function testLocateFileNotNamespacedWorksInAppDirectory()
7676 $ this ->assertSame ($ expected , $ this ->locator ->locateFile ($ file , 'Views ' ));
7777 }
7878
79- public function testLocateFileNotNamespacedWorksInAppDirectoryWithoutFolder ()
79+ public function testLocateFileNotNamespacedFindesWithoutFolderInAppDirectory ()
8080 {
8181 $ file = 'Common ' ; // not namespaced
8282
You can’t perform that action at this time.
0 commit comments