Add public folder for plugins

This commit is contained in:
Romain Neutron
2013-07-02 17:35:31 +02:00
parent d3a40c8b38
commit fed9422103
12 changed files with 78 additions and 0 deletions

View File

@@ -62,6 +62,10 @@ class AddPluginTest extends PluginCommandTestCase
->with('tempdir', self::$DI['app']['plugins.directory'].'/TestPlugin');
self::$DI['app']['filesystem']->expects($this->at(1))
->method('mirror')
->with(self::$DI['app']['plugins.directory'].'/TestPlugin/public', self::$DI['app']['root.path'].'/www/plugins/TestPlugin');
self::$DI['app']['filesystem']->expects($this->at(2))
->method('remove')
->with('tempdir');