3declare(strict_types=1);
25use PHPUnit\Framework\TestCase;
29 public const PATH =
"path";
33 $this->storage = $this->createMock(Metrics\Storage::class);
40 $m =
new M(M::STABILITY_CONFIG, M::TYPE_BOOL,
true,
"desc");
42 $this->storage->expects($this->once())
46 $this->wrapper->store(
$key, $m);
A metric is something we can measure about the system.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...