mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fix #1380 Add default settings for periodic tasks
This commit is contained in:
@@ -15,7 +15,7 @@ class task_abstractTest extends PhraseanetPHPUnitAbstract
|
||||
parent::setUpBeforeClass();
|
||||
$app = new Application('test');
|
||||
|
||||
self::$task = task_abstract::create($app, 'task_period_test');
|
||||
self::$task = task_period_test::create($app);
|
||||
self::$tid = self::$task->getID();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user