Address github comments

This commit is contained in:
Romain Neutron
2013-05-31 10:16:27 +02:00
parent bdcb98a3d5
commit dddf316f29
12 changed files with 131 additions and 46 deletions

View File

@@ -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';