◆ setGlobalVariable()
| ExcelTest::setGlobalVariable |
( |
string |
$name, |
|
|
|
$value |
|
) |
| |
|
protected |
Definition at line 10 of file ExcelTest.php.
10 : void
11 {
13
15
18 return $value;
19 };
20 }
if(!defined('PATH_SEPARATOR')) $GLOBALS['_PEAR_default_error_mode']
Customizing of pimple-DIC for ILIAS.
References $c, $DIC, $GLOBALS, and $name.
Referenced by setUp().
◆ setUp()
Definition at line 22 of file ExcelTest.php.
22 : void
23 {
24 parent::setUp();
27
28 $languageMock = $this->getMockBuilder(ilLanguage::class)
29 ->disableOriginalConstructor()
30 ->getMock();
32 "lng",
33 $languageMock
34 );
35 }
setGlobalVariable(string $name, $value)
References $dic, $GLOBALS, and setGlobalVariable().
◆ tearDown()
◆ testCoordByColumnAndRow()
| ExcelTest::testCoordByColumnAndRow |
( |
| ) |
|
Definition at line 41 of file ExcelTest.php.
41 : void
42 {
44
45 $this->assertEquals(
46 "C2",
47 $excel->getCoordByColumnAndRow(2, 2)
48 );
49 }
The documentation for this class was generated from the following file: