public function FunctionsTest::testNA in Loft Data Grids 7.2
Same name and namespace in other branches
- 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
Code
public function testNA() {
$result = PHPExcel_Calculation_Functions::NA();
$this
->assertEquals('#N/A', $result);
}