| Total Complexity | 2 |
| Total Lines | 46 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 11 | abstract class RealLifeExampleTestClass extends BaseRouterUnitTestClass |
||
| 12 | { |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Default setup |
||
| 16 | * |
||
| 17 | * {@inheritdoc} |
||
| 18 | * @see TestCase::setUp() |
||
| 19 | */ |
||
| 20 | public function setUp(): void |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Testing real life example |
||
| 27 | */ |
||
| 28 | public function testRealLifeExample(): void |
||
| 59 |