Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fix missing missing parameter extension test
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu committed Mar 19, 2020
1 parent da097a2 commit bd4a153
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
namespace Sonata\DoctrinePHPCRAdminBundle\Tests\Unit\DependencyInjection;

use Matthias\SymfonyDependencyInjectionTest\PhpUnit\AbstractExtensionTestCase;
use Sonata\AdminBundle\DependencyInjection\SonataAdminExtension;
use Sonata\DoctrinePHPCRAdminBundle\DependencyInjection\SonataDoctrinePHPCRAdminExtension;

class SonataDoctrinePHPCRAdminExtensionTest extends AbstractExtensionTestCase
Expand All @@ -31,6 +32,10 @@ public function testDocumentTreeDefaultValues(): void
'kernel.bundles',
[]
);
$this->container->setParameter(
'sonata.admin.configuration.use_intl_templates',
false
);
$this->load(['document_tree' => []]);

$this->assertContainerBuilderHasParameter(
Expand Down

0 comments on commit bd4a153

Please sign in to comment.