18require_once __DIR__ . 
'/bootstrap.php';
 
   29        $this->assertEquals(
'title', $task->getTitle());
 
   36        $this->assertEquals(99, $task->getRefId());
 
   43        $this->assertEquals(1234, $task->getDeadline());
 
   50        $this->assertEquals(1000, $task->getStartingTime());
 
   57        $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.