| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 9 | 
| Code Lines | 8 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 40 |     public function configure(ResponsiveFactory $factory) { | ||
| 41 | $factory | ||
| 42 | ->setDriver($this->config['driver']) | ||
| 43 | ->setPublicPath($this->config['publicPath']) | ||
| 44 | ->setSourcePath($this->config['sourcePath']) | ||
| 45 | ->setEnableCache($this->config['enableCache']) | ||
| 46 | ->setStepModifier($this->config['stepModifier']) | ||
| 47 | ->setMinSize($this->config['minSize']); | ||
| 48 | } | ||
| 49 | |||
| 57 |