| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | 4 | public function __construct( |
|
| 26 | Configuration $configuration, |
||
| 27 | Connection $connection, |
||
| 28 | MigrationRepository $migrationRepository |
||
| 29 | ) { |
||
| 30 | 4 | $this->configuration = $configuration; |
|
| 31 | 4 | $this->connection = $connection; |
|
| 32 | 4 | $this->migrationRepository = $migrationRepository; |
|
| 33 | 4 | } |
|
| 61 |