mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
14 lines
258 B
PHP
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);
|
|
}
|
|
}
|