Fixed spelling of class in test

This commit is contained in:
Ingo Schommer 2013-12-19 20:44:22 +01:00
parent 892b772d1c
commit d032fadfb5

View File

@ -25,7 +25,7 @@ class i18nTextCollectorTest extends SapphireTest {
$this->alternateBasePath = $this->getCurrentAbsolutePath() . "/_fakewebroot"; $this->alternateBasePath = $this->getCurrentAbsolutePath() . "/_fakewebroot";
$this->alternateBaseSavePath = TEMP_FOLDER . '/i18nTextCollectorTest_webroot'; $this->alternateBaseSavePath = TEMP_FOLDER . '/i18nTextCollectorTest_webroot';
FileSystem::makeFolder($this->alternateBaseSavePath); Filesystem::makeFolder($this->alternateBaseSavePath);
// Push a class and template loader running from the fake webroot onto // Push a class and template loader running from the fake webroot onto
// the stack. // the stack.