コード例 #1
0
ファイル: HelperTest.php プロジェクト: Bine0511/RDF-Demo
 public function testFunctionCall()
 {
     $this->assertEquals('sum(1,2)', $this->_helper->functionCall('sum', array(1, 2)));
 }