Example #1
0
 public function addTestMethod(TestMethod $testMethod)
 {
     $testMethod->setTestNumber(count($this->testables));
     $this->testables[] = $testMethod;
     $testMethod->setExecutionPlan($this);
     return $this;
 }