Esempio n. 1
0
 public function testFunctionCall()
 {
     $this->assertEquals('sum(1,2)', $this->_helper->functionCall('sum', array(1, 2)));
 }