19 declare(strict_types=1);
21 require_once(__DIR__ .
"/../../../../../../../vendor/composer/vendor/autoload.php");
22 require_once(__DIR__ .
"/../../../Base.php");
41 $color = $df->color(
"#000000");
42 $bc1 = $bc->withColor($color);
44 $this->assertEquals(
null, $bc->getColor());
45 $this->assertEquals($color, $bc1->getColor());
52 $bc1 = $bc->withRelativeWidth($width);
54 $this->assertEquals(
null, $bc->getRelativeWidth());
55 $this->assertEquals($width, $bc1->getRelativeWidth());
Interface Observer Contains several chained tasks and infos about them.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Test on Bar Configuration implementation.