From 8dd9fb089a4ed269a157c0aea512bb6b4cc215da Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Wed, 8 Oct 2014 11:38:39 +0300 Subject: [PATCH] tests: remove unnecessary cache files --- .../cache/application/languages/en_GB.php | 43 ------------------- .../cache/application/languages/en_US.php | 43 ------------------- 2 files changed, 86 deletions(-) delete mode 100644 tests/testData/Utils/I18n/cache/application/languages/en_GB.php delete mode 100644 tests/testData/Utils/I18n/cache/application/languages/en_US.php diff --git a/tests/testData/Utils/I18n/cache/application/languages/en_GB.php b/tests/testData/Utils/I18n/cache/application/languages/en_GB.php deleted file mode 100644 index 3e5e8e9bc8..0000000000 --- a/tests/testData/Utils/I18n/cache/application/languages/en_GB.php +++ /dev/null @@ -1,43 +0,0 @@ - - array ( - 'options' => - array ( - 'language' => - array ( - 'en_US' => 'English (United States)', - ), - ), - ), - 'User' => - array ( - 'fields' => - array ( - 'name' => 'User', - 'label' => 'Core', - 'source' => 'Core', - ), - ), - 'Account' => - array ( - 'fields' => - array ( - 'name' => 'Account', - 'label' => 'Custom', - 'source' => 'Crm Module', - ), - ), - 'Contact' => - array ( - 'fields' => - array ( - 'name' => 'Contact', - 'label' => 'Custom', - 'source' => 'Crm Module', - ), - ), -); - -?> \ No newline at end of file diff --git a/tests/testData/Utils/I18n/cache/application/languages/en_US.php b/tests/testData/Utils/I18n/cache/application/languages/en_US.php deleted file mode 100644 index 3e5e8e9bc8..0000000000 --- a/tests/testData/Utils/I18n/cache/application/languages/en_US.php +++ /dev/null @@ -1,43 +0,0 @@ - - array ( - 'options' => - array ( - 'language' => - array ( - 'en_US' => 'English (United States)', - ), - ), - ), - 'User' => - array ( - 'fields' => - array ( - 'name' => 'User', - 'label' => 'Core', - 'source' => 'Core', - ), - ), - 'Account' => - array ( - 'fields' => - array ( - 'name' => 'Account', - 'label' => 'Custom', - 'source' => 'Crm Module', - ), - ), - 'Contact' => - array ( - 'fields' => - array ( - 'name' => 'Contact', - 'label' => 'Custom', - 'source' => 'Crm Module', - ), - ), -); - -?> \ No newline at end of file