◆ setGlobalVariable()
ExcelTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
Definition at line 10 of file ExcelTest.php.
References $c, $DIC, $GLOBALS, and $name.
Referenced by setUp().
Customizing of pimple-DIC for ILIAS.
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
◆ setUp()
Definition at line 22 of file ExcelTest.php.
References $dic, $GLOBALS, and setGlobalVariable().
28 $languageMock = $this->getMockBuilder(ilLanguage::class)
29 ->disableOriginalConstructor()
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
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: