mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Address github comments
This commit is contained in:
@@ -2,8 +2,15 @@
|
||||
|
||||
namespace Alchemy\Tests\Phrasea\Plugin;
|
||||
|
||||
class PluginTestCase extends \PHPUnit_Framework_TestCase
|
||||
use Alchemy\Phrasea\Plugin\Schema\ManifestValidator;
|
||||
|
||||
class PluginTestCase extends \PhraseanetPHPUnitAbstract
|
||||
{
|
||||
protected function createManifestValidator()
|
||||
{
|
||||
return ManifestValidator::create(self::$DI['app']);
|
||||
}
|
||||
|
||||
protected function getPluginDirectory()
|
||||
{
|
||||
return __DIR__ . DIRECTORY_SEPARATOR . 'PluginFolder';
|
||||
|
Reference in New Issue
Block a user