19require_once __DIR__ .
'/bootstrap.php';
26 public function testGetEntries():
void
30 $factory =
$service->derived()->factory();
32 $collector = $factory->collector();
34 $entries = $collector->getEntries(0);
37 $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.