3 declare(strict_types=1);
7 require_once(
"libs/composer/vendor/autoload.php");
19 protected Data\Factory
$f;
21 protected function setUp(): void
23 $this->f =
new Data\Factory();
29 $pwd = $this->f->password($pass);
30 $this->assertEquals($pass, $pwd->toString());
35 $this->expectException(TypeError::class);
36 $pwd = $this->f->password(123);
Tests working with color data object.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...