mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Remove explicit setting sylius_ui.use_webpack parameter from tests
This commit is contained in:
parent
8f18ea6216
commit
f294b68ca5
2 changed files with 0 additions and 4 deletions
|
|
@ -25,7 +25,6 @@ final class SyliusUiExtensionTest extends AbstractExtensionTestCase
|
|||
public function it_configures_the_multiple_event_block_listener_service_with_events_and_blocks_data(): void
|
||||
{
|
||||
$this->container->setParameter('kernel.debug', true);
|
||||
$this->container->setParameter('sylius_ui.use_webpack', true);
|
||||
|
||||
$this->load(['events' => [
|
||||
'first_event' => ['blocks' => [
|
||||
|
|
@ -56,7 +55,6 @@ final class SyliusUiExtensionTest extends AbstractExtensionTestCase
|
|||
public function it_sorts_blocks_by_their_priority_and_uses_fifo_ordering(): void
|
||||
{
|
||||
$this->container->setParameter('kernel.debug', true);
|
||||
$this->container->setParameter('sylius_ui.use_webpack', true);
|
||||
|
||||
$this->load(['events' => [
|
||||
'event_name' => ['blocks' => [
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@ final class Kernel extends HttpKernel
|
|||
|
||||
protected function configureContainer(ContainerBuilder $containerBuilder, LoaderInterface $loader): void
|
||||
{
|
||||
$containerBuilder->setParameter('sylius_ui.use_webpack', true);
|
||||
|
||||
$containerBuilder->loadFromExtension('framework', [
|
||||
'secret' => 'S0ME_SECRET',
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue