This commit is contained in:
Nicolas Le Goff
2014-02-25 16:33:43 +01:00
parent 3918791c28
commit 2028871f34
14 changed files with 1 additions and 19 deletions

View File

@@ -3,7 +3,6 @@
namespace Alchemy\Tests\Phrasea\Command\Plugin;
use Alchemy\Phrasea\Command\Plugin\DisablePlugin;
use Symfony\Component\Yaml\Yaml;
class DisablePluginTest extends PluginCommandTestCase
{

View File

@@ -3,8 +3,6 @@
namespace Alchemy\Tests\Phrasea\Command\Plugin;
use Alchemy\Phrasea\Command\Plugin\EnablePlugin;
use Alchemy\Phrasea\Core\Provider\ConfigurationServiceProvider;
use Symfony\Component\Yaml\Yaml;
class EnablePluginTest extends PluginCommandTestCase
{