|
const | NAME = "CALL MY METHOD!" |
|
Definition at line 30 of file CallableObjectiveTest.php.
◆ myMethod()
ILIAS\Tests\Setup\Objective\CallableObjectiveTest::myMethod |
( |
Setup\Environment |
$environment | ) |
|
◆ setUp()
ILIAS\Tests\Setup\Objective\CallableObjectiveTest::setUp |
( |
| ) |
|
Definition at line 46 of file CallableObjectiveTest.php.
48 $this->p = $this->newObjective();
50 $this->o =
new Objective\CallableObjective(
◆ testAchieve()
ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testAchieve |
( |
| ) |
|
Definition at line 82 of file CallableObjectiveTest.php.
References $res, and null.
86 $env = $this->createMock(Setup\Environment::class);
90 $this->assertSame($this->env,
$env);
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
◆ testGetHash()
ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testGetHash |
( |
| ) |
|
◆ testGetLabel()
ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testGetLabel |
( |
| ) |
|
◆ testGetPreconditions()
ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testGetPreconditions |
( |
| ) |
|
Definition at line 73 of file CallableObjectiveTest.php.
75 $env = $this->createMock(Setup\Environment::class);
77 $pre = $this->o->getPreconditions(
$env);
78 $this->assertEquals([$this->p], $pre);
◆ testIsNotable()
ILIAS\Tests\Setup\Objective\CallableObjectiveTest::testIsNotable |
( |
| ) |
|
◆ $env
◆ $o
◆ $p
◆ NAME
const ILIAS\Tests\Setup\Objective\CallableObjectiveTest::NAME = "CALL MY METHOD!" |
The documentation for this class was generated from the following file: