コード例 #1
0
ファイル: FunctionsTest.php プロジェクト: MyPHPTools/PHPExcel
 public function testNAME()
 {
     $result = PHPExcel_Calculation_Functions::NAME();
     $this->assertEquals('#NAME?', $result);
 }