3 declare(strict_types=1);
33 $this->storage = $this->createMock(Metrics\Storage::class);
41 $this->assertFalse($this->agent->hasConfig());
42 $this->assertEquals($null, $this->agent->getInstallObjective());
43 $this->assertEquals($null, $this->agent->getUpdateObjective());
44 $this->assertEquals($null, $this->agent->getBuildArtifactObjective());
45 $this->assertEquals($null, $this->agent->getStatusObjective($this->storage));
46 $this->assertEquals([], $this->agent->getMigrations());
51 $this->expectException(\LogicException::class);
52 $this->agent->getArrayToConfigTransformation();
An agent that just doesn't do a thing.
Class ChatMainBarProvider .
A non-objective, nothing to do to achieve it...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
testGetArrayToConfigTransformationThrows()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...