mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Fixed Filesystem class capitalization
This commit is contained in:
parent
346d3edb37
commit
f63a78c0b9
@ -11,7 +11,7 @@ class i18nSSLegacyAdapterTest extends SapphireTest {
|
||||
|
||||
$this->alternateBasePath = $this->getCurrentAbsolutePath() . "/_fakewebroot";
|
||||
$this->alternateBaseSavePath = TEMP_FOLDER . '/i18nTextCollectorTest_webroot';
|
||||
FileSystem::makeFolder($this->alternateBaseSavePath);
|
||||
Filesystem::makeFolder($this->alternateBaseSavePath);
|
||||
Config::inst()->update('Director', 'alternate_base_folder', $this->alternateBasePath);
|
||||
|
||||
// Push a template loader running from the fake webroot onto the stack.
|
||||
|
Loading…
x
Reference in New Issue
Block a user