19 declare(strict_types=1);
23 require_once(__DIR__ .
"/../../../../../../../vendor/composer/vendor/autoload.php");
24 require_once(__DIR__ .
"/../../../Base.php");
45 $gc1 = $gc->withStacked();
47 $this->assertFalse($gc->isStacked());
48 $this->assertTrue($gc1->isStacked());
Test on Group Configuration implementation.
Interface Observer Contains several chained tasks and infos about them.
Builds a Color from either hex- or rgb values.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...