19require_once __DIR__ .
'/bootstrap.php';
30 $this->assertEquals(
'title', $task->getTitle());
37 $this->assertEquals(99, $task->getRefId());
44 $this->assertEquals(1234, $task->getDeadline());
51 $this->assertEquals(1000, $task->getStartingTime());
58 $this->assertEquals(0, $task->getWspId());
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Base test class for tasks tests.