| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 4 | ||
| Bugs | 2 | Features | 0 |
| 1 | <?php |
||
| 15 | public function __construct( |
||
| 16 | ConfigurationReader $configurationReader, |
||
| 17 | ClassConfigurationReader $classConfigurationReader, |
||
| 18 | EnvironmentConfigurationReader $environmentConfigurationReader, |
||
| 19 | $configurationFile = null) |
||
| 20 | { |
||
| 21 | $this->configurationReader = $configurationReader; |
||
| 22 | $this->classConfigurationReader = $classConfigurationReader; |
||
| 23 | $this->environmentConfigurationReader = $environmentConfigurationReader; |
||
| 24 | $this->configurationFile = $configurationFile; |
||
| 25 | } |
||
| 26 | |||
| 37 | } |