Files
Phraseanet/tests/Alchemy/Tests/Phrasea/TaskManager/Job/EmptyCollectionJobTest.php
2013-12-03 20:02:40 +01:00

14 lines
293 B
PHP

<?php
namespace Alchemy\Tests\Phrasea\TaskManager\Job;
use Alchemy\Phrasea\TaskManager\Job\EmptyCollectionJob;
class EmptyCollectionJobTest extends JobTestCase
{
protected function getJob()
{
return new EmptyCollectionJob(null, null, $this->createTranslatorMock());
}
}