3declare(strict_types=1);
7require_once(
"libs/composer/vendor/autoload.php");
10use PHPUnit\Framework\TestCase;
19 protected function setUp(): void
27 $pwd = $this->f->password($pass);
28 $this->assertEquals($pass, $pwd->toString());
33 $this->expectException(TypeError::class);
34 $pwd = $this->f->password(123);
Tests working with color data object.