Added test cache to gitignore

This commit is contained in:
Taras Machyshyn
2016-09-20 11:51:57 +03:00
parent 27657260fc
commit 462eb8792c
6 changed files with 1 additions and 15085 deletions

2
.gitignore vendored
View File

@@ -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/*

View File

@@ -1,9 +0,0 @@
{
"fields": {
"customField": {
"type": "varchar",
"required": false,
"isCustom": true
}
}
}

View File

@@ -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
];
?>

File diff suppressed because it is too large Load Diff