mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:27:01 +00:00
Added test cache to gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -14,7 +14,7 @@
|
||||
/client/css/sakura-vertical.css
|
||||
/client/css/violet.css
|
||||
/client/css/violet-vertical.css
|
||||
/tests/testData/cache/*
|
||||
/tests/unit/testData/cache/*
|
||||
composer.phar
|
||||
vendor/
|
||||
/custom/Espo/Custom/*
|
||||
@@ -1 +0,0 @@
|
||||
Tester.txt
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"fields": {
|
||||
"customField": {
|
||||
"type": "varchar",
|
||||
"required": false,
|
||||
"isCustom": true
|
||||
}
|
||||
}
|
||||
}
|
||||
98
tests/unit/testData/cache/config.php
vendored
98
tests/unit/testData/cache/config.php
vendored
@@ -1,98 +0,0 @@
|
||||
<?php
|
||||
return [
|
||||
'cacheTimestamp' => 1473772537,
|
||||
'removeOption' => 'Test',
|
||||
'testOption' => 'Another Wrong Value',
|
||||
'testOption2' => 'Test2',
|
||||
'database' => [
|
||||
'driver' => 'pdo_mysql',
|
||||
'host' => 'localhost',
|
||||
'dbname' => 'espocrm',
|
||||
'user' => 'root',
|
||||
'password' => ''
|
||||
],
|
||||
'useCache' => false,
|
||||
'recordsPerPage' => 20,
|
||||
'recordsPerPageSmall' => 5,
|
||||
'applicationName' => 'EspoCRM',
|
||||
'version' => '1.0',
|
||||
'timeZone' => 'UTC',
|
||||
'dateFormat' => 'YYYY-MM-DD',
|
||||
'timeFormat' => 'HH:mm',
|
||||
'weekStart' => 1,
|
||||
'thousandSeparator' => ',',
|
||||
'decimalMark' => '.',
|
||||
'currencyList' => [
|
||||
0 => 'USD',
|
||||
1 => 'EUR'
|
||||
],
|
||||
'defaultCurrency' => 'USD',
|
||||
'currency' => [
|
||||
'base' => 'USD',
|
||||
'rate' => [
|
||||
'EUR' => '1.37'
|
||||
]
|
||||
],
|
||||
'outboundEmailIsShared' => true,
|
||||
'outboundEmailFromName' => 'EspoCRM',
|
||||
'outboundEmailFromAddress' => '',
|
||||
'smtpServer' => '',
|
||||
'smtpPort' => 25,
|
||||
'smtpAuth' => true,
|
||||
'smtpSecurity' => '',
|
||||
'smtpUsername' => '',
|
||||
'smtpPassword' => '',
|
||||
'languageList' => [
|
||||
0 => 'en_US'
|
||||
],
|
||||
'language' => 'en_US',
|
||||
'logger' => [
|
||||
'path' => 'data/logs/espo.log',
|
||||
'level' => 'INFO',
|
||||
'isRotate' => true,
|
||||
'maxRotateFiles' => 5
|
||||
],
|
||||
'defaultPermissions' => [
|
||||
'dir' => '0775',
|
||||
'file' => '0664',
|
||||
'user' => '',
|
||||
'group' => ''
|
||||
],
|
||||
'cron' => [
|
||||
'maxJobNumber' => 15,
|
||||
'jobPeriod' => 7800,
|
||||
'minExecutionTime' => 50
|
||||
],
|
||||
'globalSearchEntityList' => [
|
||||
0 => 'Account',
|
||||
1 => 'Contact',
|
||||
2 => 'Lead',
|
||||
3 => 'Prospect',
|
||||
4 => 'Opportunity'
|
||||
],
|
||||
'tabList' => [
|
||||
0 => 'Contact',
|
||||
1 => 'Account',
|
||||
2 => 'Lead',
|
||||
3 => 'Opportunity',
|
||||
4 => 'Calendar',
|
||||
5 => 'Meeting',
|
||||
6 => 'Call',
|
||||
7 => 'Task',
|
||||
8 => 'Case',
|
||||
9 => 'Prospect'
|
||||
],
|
||||
'quickCreateList' => [
|
||||
0 => 'Account',
|
||||
1 => 'Contact',
|
||||
2 => 'Lead',
|
||||
3 => 'Opportunity',
|
||||
4 => 'Meeting',
|
||||
5 => 'Call',
|
||||
6 => 'Task',
|
||||
7 => 'Case',
|
||||
8 => 'Prospect'
|
||||
],
|
||||
'isInstalled' => true
|
||||
];
|
||||
?>
|
||||
14976
tests/unit/testData/cache/metadata.php
vendored
14976
tests/unit/testData/cache/metadata.php
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user