help() public method

public help ( )
コード例 #1
0
ファイル: runner.php プロジェクト: ronan-gloo/atoum
 public function help()
 {
     $this->runTests = false;
     return parent::help();
 }
コード例 #2
0
ファイル: generator.php プロジェクト: ronan-gloo/atoum
 public function help()
 {
     $this->generate = false;
     return parent::help();
 }
コード例 #3
0
ファイル: tagger.php プロジェクト: ronan-gloo/atoum
 public function help()
 {
     $this->tagVersion = false;
     return parent::help();
 }