◆ setGlobalVariable()
| ExcelTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
◆ setUp()
Definition at line 22 of file ExcelTest.php.
References $dic, $GLOBALS, and setGlobalVariable().
28 $languageMock = $this->getMockBuilder(ilLanguage::class)
29 ->disableOriginalConstructor()
setGlobalVariable(string $name, $value)
◆ tearDown()
◆ testCoordByColumnAndRow()
| ExcelTest::testCoordByColumnAndRow |
( |
| ) |
|
Definition at line 41 of file ExcelTest.php.
47 $excel->getCoordByColumnAndRow(2, 2)
The documentation for this class was generated from the following file: