/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/tests/config
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/tests/config/bootstrap.php (1159B)
'Users\Test\App',
'encoding' => 'UTF-8',
'base' => false,
'baseUrl' => false,
'dir' => 'src',
'webroot' => WEBROOT_DIR,
'wwwRoot' => WWW_ROOT,
'fullBaseUrl' => 'http://localhost',
'imageBaseUrl' => 'img/',
'jsBaseUrl' => 'js/',
'cssBaseUrl' => 'css/',
'paths' => [
'plugins' => [dirname(APP) . DS . 'plugins' . DS],
'templates' => [dirname(APP) . 'templates' . DS],
],
]);
if (!getenv('db_dsn')) {
putenv('db_dsn=sqlite:///:memory:');
}
Cake\Datasource\ConnectionManager::setConfig('test', [
'url' => getenv('db_dsn'),
'timezone' => 'UTC',
]);