| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 6 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 35 | 4 | private function setUpContext(\PHPUnit_Framework_TestCase $testCase) |
|
| 36 | { |
||
| 37 | 4 | $annotations = $testCase->getAnnotations(); |
|
| 38 | 4 | if (isset($annotations['method'][$this->annotationName])) { |
|
| 39 | 3 | $this->callMethods($testCase, $annotations['method'][$this->annotationName]); |
|
| 40 | 3 | } |
|
| 41 | |||
| 42 | 4 | } |
|
| 43 | |||
| 59 |