Run quickstart script
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pcm\ExampleBundle\Tests\Config;
|
||||
namespace Pcm\MetadataBundle\Tests\Config;
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Bundle\FrameworkBundle\DependencyInjection\Configuration;
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pcm\ExampleBundle\Tests;
|
||||
namespace Pcm\MetadataBundle\Tests;
|
||||
|
||||
use Pcm\ExampleBundle\PcmExampleBundle;
|
||||
use Pcm\MetadataBundle\PcmMetadataBundle;
|
||||
use Symfony\Component\Config\Loader\LoaderInterface;
|
||||
use Symfony\Component\HttpKernel\Kernel;
|
||||
|
||||
@@ -13,7 +13,7 @@ final class TestKernel extends Kernel
|
||||
public function registerBundles(): array
|
||||
{
|
||||
return [
|
||||
new PcmExampleBundle()
|
||||
new PcmMetadataBundle()
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user