You are here

public function FunctionsTest::testNULL in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.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

FunctionsTest

Code

public function testNULL() {
  $result = PHPExcel_Calculation_Functions::NULL();
  $this
    ->assertEquals('#NULL!', $result);
}