コード例 #1
0
ファイル: gtMethodTest.php プロジェクト: cefalo19/php-src
 public function testGetParams()
 {
     $m = new gtMethod('DOMDocument', 'createAttribute');
     $m->setArgumentNames();
     $a = $m->getMandatoryArgumentNames();
     $this->assertEquals($a[0], 'name');
 }