getName() public method

public getName ( )
コード例 #1
0
ファイル: argument.php プロジェクト: andrewolobo/mpTracker
 public function test__construct()
 {
     $argument = new php\method\argument($name = uniqid());
     $this->assert->string($argument->getName())->isEqualTo($name);
 }