Skip to content

Commit 55c10ca

Browse files
committed
Add PHPBNenchmarksBundle
1 parent f020017 commit 55c10ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/AppKernel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ public function registerBundles()
1616
new Symfony\Bundle\AsseticBundle\AsseticBundle(),
1717
new Doctrine\Bundle\DoctrineBundle\DoctrineBundle(),
1818
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
19-
new AppBundle\AppBundle(),
19+
new PHPBenchmarks\BenchmarkBundle\BenchmarkBundle()
2020
);
2121

22-
if (in_array($this->getEnvironment(), array('dev', 'test'), true)) {
22+
if (in_array($this->getEnvironment(), array('dev'), true)) {
2323
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
2424
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
2525
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();

0 commit comments

Comments
 (0)