| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 53 | public function load() |
||
| 54 | { |
||
| 55 | $loader = new YamlFileLoader($this, new FileLocator(__DIR__.'/../Resources/config')); |
||
| 56 | $loader->load('config.yml'); |
||
| 57 | $loader->load('services.yml'); |
||
| 58 | |||
| 59 | $this->setParameter('phantomjs.cache_dir', sys_get_temp_dir()); |
||
| 60 | $this->setParameter('phantomjs.resource_dir', __DIR__.'/../Resources'); |
||
| 61 | } |
||
| 62 | } |
||
| 63 |