You are here

public function FunctionsTest::testNaN in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php \FunctionsTest::testNaN()

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Calculation/FunctionsTest.php, line 38

Class

FunctionsTest

Code

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