/
var
/
www
/
vhosts
/
ihelp.ro
/
_OLD
/
vendor
/
cakephp
/
plugin-installer
/
tests
/
Installer
/
/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/plugin-installer/tests/Installer
mkdir
upload
Name
Size
Mode
Actions
PluginInstaller.php
635
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/_OLD/vendor/cakephp/plugin-installer/tests/Installer/PluginInstaller.php
(635B)
<?php namespace Cake\Test\Composer\Installer; use Cake\Composer\Installer\PluginInstaller as PluginInstallerSrc; /** * Test double for static methods in PluginInstaller */ class PluginInstaller extends PluginInstallerSrc { /** * Overriden to return a test-config file * * @param string $vendorDir * @return string path to test plugins config file */ public static function configFile($vendorDir) { $root = sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'plugin-installer-test'; return $root . DIRECTORY_SEPARATOR . 'vendor' . DIRECTORY_SEPARATOR . 'cakephp-plugins.php'; } }
Save