18 require_once __DIR__ . 
'/bootstrap.php';
    25     public function testGetEntries(): 
void    29         $factory = 
$service->derived()->factory();
    31         $collector = $factory->collector();
    33         $entries = $collector->getEntries(0);
    36         $this->assertEquals(
"title", $entries[0]->
getTitle());
 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.