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

18 lines
303 B
PHP

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