You are here

public function FunctionsTest::testNA 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::testNA()

File

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

Class

FunctionsTest

Code

public function testNA() {
  $result = PHPExcel_Calculation_Functions::NA();
  $this
    ->assertEquals('#N/A', $result);
}