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