Definition at line 6 of file LookupRefTest.php.
◆ providerHLOOKUP()
LookupRefTest::providerHLOOKUP |
( |
| ) |
|
◆ providerVLOOKUP()
LookupRefTest::providerVLOOKUP |
( |
| ) |
|
◆ setUp()
◆ testHLOOKUP()
LookupRefTest::testHLOOKUP |
( |
| ) |
|
providerHLOOKUP
Definition at line 23 of file LookupRefTest.php.
References $result, and array.
25 $args = func_get_args();
26 $expectedResult = array_pop($args);
27 $result = call_user_func_array(
array(
'PHPExcel_Calculation_LookupRef',
'HLOOKUP'),$args);
28 $this->assertEquals($expectedResult,
$result);
Create styles array
The data for the language used.
◆ testVLOOKUP()
LookupRefTest::testVLOOKUP |
( |
| ) |
|
providerVLOOKUP
Definition at line 39 of file LookupRefTest.php.
References $result, and array.
41 $args = func_get_args();
42 $expectedResult = array_pop($args);
43 $result = call_user_func_array(
array(
'PHPExcel_Calculation_LookupRef',
'VLOOKUP'),$args);
44 $this->assertEquals($expectedResult,
$result);
Create styles array
The data for the language used.
The documentation for this class was generated from the following file:
- libs/composer/vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/LookupRefTest.php