19 declare(strict_types=1);
37 $this->storage = $this->createMock(Metrics\Storage::class);
44 $this->assertFalse($this->agent->hasConfig());
45 $this->assertEquals($null, $this->agent->getInstallObjective());
46 $this->assertEquals($null, $this->agent->getUpdateObjective());
47 $this->assertEquals($null, $this->agent->getBuildObjective());
48 $this->assertEquals($null, $this->agent->getStatusObjective($this->storage));
49 $this->assertEquals([], $this->agent->getMigrations());
54 $this->expectException(\LogicException::class);
55 $this->agent->getArrayToConfigTransformation();
An agent that just doesn't do a thing.
Interface Observer Contains several chained tasks and infos about them.
A non-objective, nothing to do to achieve it...
ILIAS Refinery Factory $refinery
testGetArrayToConfigTransformationThrows()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...