public function FunctionsTest::testNAME 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::testNAME()
File
- vendor/
phpoffice/ phpexcel/ unitTests/ Classes/ PHPExcel/ Calculation/ FunctionsTest.php, line 44
Class
Code
public function testNAME() {
$result = PHPExcel_Calculation_Functions::NAME();
$this
->assertEquals('#NAME?', $result);
}