Definition at line 9 of file NullObjectiveTest.php.
◆ setUp()
ILIAS\Tests\Setup\NullObjectiveTest::setUp |
( |
| ) |
|
◆ testAchieve()
ILIAS\Tests\Setup\NullObjectiveTest::testAchieve |
( |
| ) |
|
Definition at line 40 of file NullObjectiveTest.php.
References $res.
42 $env = $this->createMock(Setup\Environment::class);
44 $res = $this->o->achieve($env);
45 $this->assertSame($env,
$res);
foreach($_POST as $key=> $value) $res
◆ testGetHash()
ILIAS\Tests\Setup\NullObjectiveTest::testGetHash |
( |
| ) |
|
◆ testGetLabel()
ILIAS\Tests\Setup\NullObjectiveTest::testGetLabel |
( |
| ) |
|
Definition at line 21 of file NullObjectiveTest.php.
23 $this->assertEquals(
"Nothing to do.", $this->o->getLabel());
◆ testGetPreconditions()
ILIAS\Tests\Setup\NullObjectiveTest::testGetPreconditions |
( |
| ) |
|
Definition at line 31 of file NullObjectiveTest.php.
33 $env = $this->createMock(Setup\Environment::class);
35 $pre = $this->o->getPreconditions($env);
36 $this->assertEquals([], $pre);
◆ testIsNotable()
ILIAS\Tests\Setup\NullObjectiveTest::testIsNotable |
( |
| ) |
|
The documentation for this class was generated from the following file: