Change Knplabs to Knp. BC break before Symfony2 release.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Knplabs\Bundle\GaufretteBundle\Tests;
|
||||
namespace Knp\Bundle\GaufretteBundle\Tests;
|
||||
|
||||
use Symfony\Component\HttpKernel\Util\Filesystem;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
knplabs_gaufrette:
|
||||
knp_gaufrette:
|
||||
adapters:
|
||||
foo:
|
||||
local:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
imports:
|
||||
- { resource: config.yml }
|
||||
|
||||
knplabs_gaufrette:
|
||||
knp_gaufrette:
|
||||
adapters:
|
||||
foo:
|
||||
in_memory: ~
|
||||
|
||||
@@ -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(),
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user