Skip to content

Commit 9050b8a

Browse files
committed
test: replace ApplicationDirectory with AppDirectory
1 parent 95c04c8 commit 9050b8a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/system/Autoloader/FileLocatorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)