Files
Phraseanet/tests/Alchemy/Tests/Phrasea/TaskManager/Job/WebhookJobTest.php
2015-06-15 19:30:51 +02:00

18 lines
315 B
PHP

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