| Conditions | 2 |
| Paths | 2 |
| Total Lines | 11 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | public function registerBundles() |
||
| 10 | { |
||
| 11 | $bundles = array(); |
||
| 12 | |||
| 13 | if (in_array($this->getEnvironment(), array('test'))) { |
||
| 14 | $bundles[] = new Symfony\Bundle\FrameworkBundle\FrameworkBundle(); |
||
| 15 | $bundles[] = new HelloWordPl\SimpleEntityGeneratorBundle\HelloWordPlSimpleEntityGeneratorBundle(); |
||
| 16 | } |
||
| 17 | |||
| 18 | return $bundles; |
||
| 19 | } |
||
| 20 | |||
| 26 |