19declare(strict_types=1);
21require_once(__DIR__ .
"/../../../../../../../vendor/composer/vendor/autoload.php");
22require_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());
Test on Bar Configuration implementation.
Provides common functionality for UI tests.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.