Test class ilPollBlock.
More...
◆ setGlobalVariable()
PollBlockTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ setUp()
Definition at line 44 of file PollBlockTest.php.
44 : void
45 {
46 parent::setUp();
47
50
51 $db = $this->createMock(ilDBInterface::class);
52 $lng = $this->createMock(ilLanguage::class);
53
55 "ilDB",
56 $db
57 );
59 "lng",
61 );
62
64 }
setGlobalVariable(string $name, $value)
References $dic, $GLOBALS, $lng, and setGlobalVariable().
◆ tearDown()
PollBlockTest::tearDown |
( |
| ) |
|
|
protected |
◆ testSetTitle()
PollBlockTest::testSetTitle |
( |
| ) |
|
◆ $poll_block
The documentation for this class was generated from the following file: