Files
Phraseanet/tests/Alchemy/Tests/Phrasea/TaskManager/Log/ManagerLogFileTest.php
Romain Neutron 987eef94c3 Add task log file
2013-10-29 18:41:43 +01:00

14 lines
258 B
PHP

<?php
namespace Alchemy\Tests\Phrasea\TaskManager\Log;
use Alchemy\Phrasea\TaskManager\Log\ManagerLogFile;
class ManagerLogFileTest extends LogFileTestCase
{
protected function getLogFile($root)
{
return new ManagerLogFile($root);
}
}