/var/www/vhosts/ihelp.ro/httpdocs/vendor/mirko-pagliai/cakephp-thumber/tests
NameSizeModeActions
TestCase/-0755rm
test_app/-0755rm
bootstrap.php27170644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/mirko-pagliai/cakephp-thumber/tests/bootstrap.php (2717B)
'App', 'encoding' => 'UTF-8', 'base' => false, 'baseUrl' => false, 'dir' => APP_DIR, 'webroot' => 'webroot', 'wwwRoot' => WWW_ROOT, 'fullBaseUrl' => 'http://localhost', 'imageBaseUrl' => 'img/', 'jsBaseUrl' => 'js/', 'cssBaseUrl' => 'css/', 'paths' => ['plugins' => [APP . 'Plugin' . DS]], ]); Cache::setConfig([ '_cake_core_' => [ 'engine' => 'File', 'prefix' => 'cake_core_', 'serialize' => true, ], ]); Configure::write('pluginsToLoad', ['Thumber\\Cake\\Plugin']); if (!getenv('THUMBER_DRIVER')) { putenv('THUMBER_DRIVER=' . (extension_loaded('imagick') ? 'imagick' : 'gd')); } Configure::write('Thumber.driver', getenv('THUMBER_DRIVER')); define('THUMBER_EXAMPLE_DIR', ROOT . 'vendor' . DS . 'mirko-pagliai' . DS . 'php-thumber' . DS . 'tests' . DS . 'examples' . DS); define('THUMBER_COMPARING_DIR', THUMBER_EXAMPLE_DIR . 'comparing_files' . DS . getenv('THUMBER_DRIVER') . DS); define('THUMBER_TARGET', Configure::read('Thumber.target', TMP . 'thumbs')); $_SERVER['PHP_SELF'] = '/'; echo 'Running tests for "' . getenv('THUMBER_DRIVER') . '" driver ' . PHP_EOL;