19 declare(strict_types=1);
21 require_once(__DIR__ .
"/../../../../../libs/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());
54 $bc1 = $bc->withRelativeWidth($width);
56 $this->assertEquals(null, $bc->getRelativeWidth());
57 $this->assertEquals($width, $bc1->getRelativeWidth());
Class ChatMainBarProvider .
Provides common functionality for UI tests.
Test on Bar Configuration implementation.