Update basic stuff
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pcm\ExampleBundle\Tests;
|
||||
namespace Pcm\BadgeBundle\Tests;
|
||||
|
||||
use Pcm\ExampleBundle\PcmExampleBundle;
|
||||
use Symfony\Component\Config\Loader\LoaderInterface;
|
||||
use Symfony\Component\HttpKernel\Kernel;
|
||||
|
||||
@@ -13,7 +12,7 @@ final class TestKernel extends Kernel
|
||||
public function registerBundles(): array
|
||||
{
|
||||
return [
|
||||
new PcmExampleBundle()
|
||||
new PcmBadgeBundle()
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user