Files
Phraseanet/tests/Alchemy/Tests/Phrasea/TaskManager/Job/EmptyCollectionJobTest.php
2013-10-29 18:41:41 +01:00

14 lines
252 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();
}
}