From d032fadfb52c541d1e47e5fa3f294c2066b6e39c Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Thu, 19 Dec 2013 20:44:22 +0100 Subject: [PATCH] Fixed spelling of class in test --- tests/i18n/i18nTextCollectorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/i18n/i18nTextCollectorTest.php b/tests/i18n/i18nTextCollectorTest.php index 04fcbcb35..7ecc8381e 100644 --- a/tests/i18n/i18nTextCollectorTest.php +++ b/tests/i18n/i18nTextCollectorTest.php @@ -25,7 +25,7 @@ class i18nTextCollectorTest extends SapphireTest { $this->alternateBasePath = $this->getCurrentAbsolutePath() . "/_fakewebroot"; $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 // the stack.