Exemple #1
0
 /**
  * @param TestCase $testCase
  */
 function addTestCase(TestCase $testCase)
 {
     $testCase->setTestSuite($this);
     $this->testCases[] = $testCase;
 }