예제 #1
0
 protected function addMethodChain($method)
 {
     $result = TestResultCollection::getResult($this->currentTestCase, $this->totalAssertions - 1);
     $result->MethodChain[] = $method;
 }