3 declare(strict_types=1);
    29     public const PATH = 
"path";
    36         $this->storage = $this->createMock(Metrics\Storage::class);
    43         $m = 
new M(M::STABILITY_CONFIG, M::TYPE_BOOL, 
true, 
"desc");
    45         $this->storage->expects($this->once())
    47             ->with(self::PATH . 
"." . 
$key, $m);
    49         $this->wrapper->store($key, $m);
 
Metrics StorageOnPathWrapper $wrapper
 
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...