Remove tests clear cache

pull/8/head
Thomas Metois 2017-01-06 16:53:16 +01:00
parent b7b17f4a17
commit 6ff276d0b6
2 changed files with 0 additions and 12 deletions

View File

@ -7,12 +7,6 @@
*/
$env = getenv('APP_ENV') ?: 'production';
if(file_exists('data/cache/upgrade')){
$env = 'upgrade';
putenv("APP_ENV=$env");
unlink('data/cache/upgrade');
}
return array(
'modules' => array(
'DoctrineModule',

View File

@ -7,12 +7,6 @@
*/
$env = getenv('APP_ENV') ?: 'production';
if(file_exists('data/cache/upgrade')){
$env = 'upgrade';
putenv("APP_ENV=$env");
unlink('data/cache/upgrade');
}
return array(
'modules' => array(
'DoctrineModule',