Change Knplabs to Knp. BC break before Symfony2 release.

This commit is contained in:
Matthieu Bontemps
2011-07-03 11:38:38 +02:00
parent ecac97ce67
commit 6ca918cc26
20 changed files with 52 additions and 52 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace Knplabs\Bundle\GaufretteBundle\Tests;
namespace Knp\Bundle\GaufretteBundle\Tests;
use Symfony\Component\Config\Loader\LoaderInterface;
use Symfony\Component\HttpKernel\Kernel;
@@ -15,7 +15,7 @@ class TestKernel extends Kernel
public function registerBundles()
{
return array(
new \Knplabs\Bundle\GaufretteBundle\KnplabsGaufretteBundle(),
new \Knp\Bundle\GaufretteBundle\KnpGaufretteBundle(),
);
}