| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 6 | ||
| Bugs | 2 | Features | 1 |
| 1 | <?php |
||
| 27 | public function configureObject(ConfigurableObjectInterface $obj) |
||
| 28 | { |
||
| 29 | $this->classConfigurationReader->setConfigurationFile($this->configurationFile); |
||
| 30 | $this->classConfigurationReader->configure($obj); |
||
| 31 | |||
| 32 | $this->configurationReader->configure($obj); |
||
| 33 | |||
| 34 | $this->environmentConfigurationReader->configure($obj); |
||
| 35 | } |
||
| 36 | |||
| 37 | } |