public function FunctionsTest::testNULL in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php \FunctionsTest::testNULL()
File
- vendor/
phpoffice/ phpexcel/ unitTests/ Classes/ PHPExcel/ Calculation/ FunctionsTest.php, line 56
Class
Code
public function testNULL() {
$result = PHPExcel_Calculation_Functions::NULL();
$this
->assertEquals('#NULL!', $result);
}