Update basic stuff

This commit is contained in:
brabli
2024-08-07 16:47:56 +01:00
parent a4f4e1990c
commit 0d29da03c4
7 changed files with 24 additions and 48 deletions

View File

@@ -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()
];
}