| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | final class IntegrationTest extends TestCase |
||
| 11 | { |
||
| 12 | public function setUp(): void |
||
| 13 | { |
||
| 14 | Gacela::bootstrap(__DIR__); |
||
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * A module (ModuleWithDependencies\Facade) with one module-dependency (DependentModule). |
||
| 19 | */ |
||
| 20 | public function test_with_a_dependency(): void |
||
| 30 | ); |
||
| 31 | } |
||
| 33 |