◆ setGlobalVariable()
ExcelTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ setUp()
Definition at line 38 of file ExcelTestTBD.php.
38 : void
39 {
40 parent::setUp();
43
44 $languageMock = $this->getMockBuilder(ilLanguage::class)
45 ->disableOriginalConstructor()
46 ->getMock();
48 "lng",
49 $languageMock
50 );
51 }
setGlobalVariable(string $name, $value)
References $dic, $GLOBALS, and setGlobalVariable().
◆ tearDown()
◆ testCoordByColumnAndRow()
ExcelTest::testCoordByColumnAndRow |
( |
| ) |
|
Definition at line 57 of file ExcelTestTBD.php.
57 : void
58 {
60
61 $this->assertEquals(
62 "C2",
63 $excel->getCoordByColumnAndRow(2, 2)
64 );
65 }
The documentation for this class was generated from the following file: