Files
Phraseanet/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WebhookJobTest.php
2014-06-23 17:48:42 +02:00

14 lines
276 B
PHP

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