ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
setUp () | |
testDUMMY () | |
testDIV0 () | |
testNA () | |
testNaN () | |
testNAME () | |
testREF () | |
testNULL () | |
testVALUE () | |
testIS_BLANK () | |
@dataProvider providerIS_BLANK More... | |
providerIS_BLANK () | |
testIS_ERR () | |
@dataProvider providerIS_ERR More... | |
providerIS_ERR () | |
testIS_ERROR () | |
@dataProvider providerIS_ERROR More... | |
providerIS_ERROR () | |
testERROR_TYPE () | |
@dataProvider providerERROR_TYPE More... | |
providerERROR_TYPE () | |
testIS_LOGICAL () | |
@dataProvider providerIS_LOGICAL More... | |
providerIS_LOGICAL () | |
testIS_NA () | |
@dataProvider providerIS_NA More... | |
providerIS_NA () | |
testIS_NUMBER () | |
@dataProvider providerIS_NUMBER More... | |
providerIS_NUMBER () | |
testIS_TEXT () | |
@dataProvider providerIS_TEXT More... | |
providerIS_TEXT () | |
testIS_NONTEXT () | |
@dataProvider providerIS_NONTEXT More... | |
providerIS_NONTEXT () | |
testIS_EVEN () | |
@dataProvider providerIS_EVEN More... | |
providerIS_EVEN () | |
testIS_ODD () | |
@dataProvider providerIS_ODD More... | |
providerIS_ODD () | |
testTYPE () | |
@dataProvider providerTYPE More... | |
providerTYPE () | |
testN () | |
@dataProvider providerN More... | |
providerN () | |
Definition at line 6 of file FunctionsTest.php.
FunctionsTest::providerERROR_TYPE | ( | ) |
Definition at line 127 of file FunctionsTest.php.
FunctionsTest::providerIS_BLANK | ( | ) |
Definition at line 79 of file FunctionsTest.php.
FunctionsTest::providerIS_ERR | ( | ) |
Definition at line 95 of file FunctionsTest.php.
FunctionsTest::providerIS_ERROR | ( | ) |
Definition at line 111 of file FunctionsTest.php.
FunctionsTest::providerIS_EVEN | ( | ) |
Definition at line 223 of file FunctionsTest.php.
FunctionsTest::providerIS_LOGICAL | ( | ) |
Definition at line 143 of file FunctionsTest.php.
FunctionsTest::providerIS_NA | ( | ) |
Definition at line 159 of file FunctionsTest.php.
FunctionsTest::providerIS_NONTEXT | ( | ) |
Definition at line 207 of file FunctionsTest.php.
FunctionsTest::providerIS_NUMBER | ( | ) |
Definition at line 175 of file FunctionsTest.php.
FunctionsTest::providerIS_ODD | ( | ) |
Definition at line 239 of file FunctionsTest.php.
FunctionsTest::providerIS_TEXT | ( | ) |
Definition at line 191 of file FunctionsTest.php.
FunctionsTest::providerN | ( | ) |
Definition at line 271 of file FunctionsTest.php.
FunctionsTest::providerTYPE | ( | ) |
Definition at line 255 of file FunctionsTest.php.
FunctionsTest::setUp | ( | ) |
Definition at line 9 of file FunctionsTest.php.
References PHPExcel_Calculation_Functions\COMPATIBILITY_EXCEL, defined, and PHPExcel_Calculation_Functions\setCompatibilityMode().
FunctionsTest::testDIV0 | ( | ) |
Definition at line 26 of file FunctionsTest.php.
References $result, and PHPExcel_Calculation_Functions\DIV0().
FunctionsTest::testDUMMY | ( | ) |
Definition at line 20 of file FunctionsTest.php.
References $result, and PHPExcel_Calculation_Functions\DUMMY().
FunctionsTest::testERROR_TYPE | ( | ) |
@dataProvider providerERROR_TYPE
Definition at line 119 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_BLANK | ( | ) |
@dataProvider providerIS_BLANK
Definition at line 71 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_ERR | ( | ) |
@dataProvider providerIS_ERR
Definition at line 87 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_ERROR | ( | ) |
@dataProvider providerIS_ERROR
Definition at line 103 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_EVEN | ( | ) |
@dataProvider providerIS_EVEN
Definition at line 215 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_LOGICAL | ( | ) |
@dataProvider providerIS_LOGICAL
Definition at line 135 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_NA | ( | ) |
@dataProvider providerIS_NA
Definition at line 151 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_NONTEXT | ( | ) |
@dataProvider providerIS_NONTEXT
Definition at line 199 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_NUMBER | ( | ) |
@dataProvider providerIS_NUMBER
Definition at line 167 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_ODD | ( | ) |
@dataProvider providerIS_ODD
Definition at line 231 of file FunctionsTest.php.
References $result.
FunctionsTest::testIS_TEXT | ( | ) |
@dataProvider providerIS_TEXT
Definition at line 183 of file FunctionsTest.php.
References $result.
FunctionsTest::testN | ( | ) |
@dataProvider providerN
Definition at line 263 of file FunctionsTest.php.
References $result.
FunctionsTest::testNA | ( | ) |
Definition at line 32 of file FunctionsTest.php.
References $result, and PHPExcel_Calculation_Functions\NA().
FunctionsTest::testNAME | ( | ) |
Definition at line 44 of file FunctionsTest.php.
References $result, and PHPExcel_Calculation_Functions\NAME().
FunctionsTest::testNaN | ( | ) |
Definition at line 38 of file FunctionsTest.php.
References $result, and PHPExcel_Calculation_Functions\NaN().
FunctionsTest::testNULL | ( | ) |
Definition at line 56 of file FunctionsTest.php.
References $result, and PHPExcel_Calculation_Functions\NULL().
FunctionsTest::testREF | ( | ) |
Definition at line 50 of file FunctionsTest.php.
References $result, and PHPExcel_Calculation_Functions\REF().
FunctionsTest::testTYPE | ( | ) |
@dataProvider providerTYPE
Definition at line 247 of file FunctionsTest.php.
References $result.
FunctionsTest::testVALUE | ( | ) |
Definition at line 62 of file FunctionsTest.php.
References $result, and PHPExcel_Calculation_Functions\VALUE().