getDefaultValue() public method

public getDefaultValue ( )
コード例 #1
0
ファイル: phpArgument.php プロジェクト: andrewolobo/mpTracker
 public function testGetDefaultValue()
 {
     $iterator = new iterators\phpArgument();
     $this->assert->variable($iterator->getDefaultValue())->isNull();
 }