| Total Complexity | 7 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | trait Phpunit7CompatibilityTrait |
||
| 7 | { |
||
| 8 | public function setUp() |
||
| 9 | { |
||
| 10 | parent::setUp(); |
||
| 11 | if (method_exists($this, 'fcSetUp')) { |
||
| 12 | $this->fcSetUp(); |
||
| 13 | } |
||
| 14 | } |
||
| 15 | |||
| 16 | public function tearDown() |
||
| 22 | } |
||
| 23 | |||
| 24 | public function bcSetExpectedException($exceptionName, $exceptionMessage = '', $exceptionCode = null) |
||
| 32 | } |
||
| 33 | } |
||
| 35 |