Definition at line 27 of file NullObjectiveTest.php.
◆ setUp()
ILIAS\Tests\Setup\Objective\NullObjectiveTest::setUp |
( |
| ) |
|
◆ testAchieve()
ILIAS\Tests\Setup\Objective\NullObjectiveTest::testAchieve |
( |
| ) |
|
Definition at line 59 of file NullObjectiveTest.php.
References $res.
61 $env = $this->createMock(Setup\Environment::class);
63 $res = $this->o->achieve($env);
64 $this->assertSame($env,
$res);
◆ testGetHash()
ILIAS\Tests\Setup\Objective\NullObjectiveTest::testGetHash |
( |
| ) |
|
◆ testGetLabel()
ILIAS\Tests\Setup\Objective\NullObjectiveTest::testGetLabel |
( |
| ) |
|
Definition at line 41 of file NullObjectiveTest.php.
43 $this->assertEquals(
"Nothing to do.", $this->o->getLabel());
◆ testGetPreconditions()
ILIAS\Tests\Setup\Objective\NullObjectiveTest::testGetPreconditions |
( |
| ) |
|
Definition at line 51 of file NullObjectiveTest.php.
53 $env = $this->createMock(Setup\Environment::class);
55 $pre = $this->o->getPreconditions($env);
56 $this->assertEquals([], $pre);
◆ testIsNotable()
ILIAS\Tests\Setup\Objective\NullObjectiveTest::testIsNotable |
( |
| ) |
|
◆ $o
The documentation for this class was generated from the following file: