tests: remove unnecessary cache files

This commit is contained in:
Taras Machyshyn
2014-10-08 11:38:39 +03:00
parent e2e384dd76
commit 8dd9fb089a
2 changed files with 0 additions and 86 deletions
@@ -1,43 +0,0 @@
<?php
return array (
'Global' =>
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',
),
),
);
?>
@@ -1,43 +0,0 @@
<?php
return array (
'Global' =>
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',
),
),
);
?>