コード例 #1
0
ファイル: TestCase.php プロジェクト: annexus/testsuite
 protected function addMethodChain($method)
 {
     $result = TestResultCollection::getResult($this->currentTestCase, $this->totalAssertions - 1);
     $result->MethodChain[] = $method;
 }