tests: remove unnecessary cache files
This commit is contained in:
@@ -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',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user