This commit is contained in:
Romain Neutron
2013-05-31 19:34:38 +02:00
parent ac31f3a229
commit 9dcb6a6342
4 changed files with 2 additions and 5 deletions

View File

@@ -97,7 +97,6 @@ EOF;
$buffer .= <<<EOF $buffer .= <<<EOF
return \$app; return \$app;
}, \$app); }, \$app);

View File

@@ -3,8 +3,6 @@
namespace Alchemy\Tests\Phrasea\Plugin\Schema; namespace Alchemy\Tests\Phrasea\Plugin\Schema;
use Alchemy\Phrasea\Plugin\Schema\PluginValidator; use Alchemy\Phrasea\Plugin\Schema\PluginValidator;
use Alchemy\Phrasea\Plugin\Schema\ManifestValidator;
use JsonSchema\Validator as JsonValidator;
use Alchemy\Tests\Phrasea\Plugin\PluginTestCase; use Alchemy\Tests\Phrasea\Plugin\PluginTestCase;
class PluginValidatorTest extends PluginTestCase class PluginValidatorTest extends PluginTestCase