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

Commit

Permalink
Remove libraries installed by phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
franmomu authored and OskarStark committed Mar 16, 2020
1 parent 85cf858 commit da097a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions composer.json
Expand Up @@ -53,8 +53,6 @@
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
"phpcr/phpcr": "^2.1",
"phpcr/phpcr-utils": "^1.4.0",
"sebastian/environment": "^1.3.4",
"sebastian/exporter": "^2.0",
"sonata-project/core-bundle": "^3.14",
"symfony-cmf/resource": "^1.0",
"symfony-cmf/resource-bundle": "^1.0",
Expand Down
5 changes: 5 additions & 0 deletions tests/Fixtures/App/config/config.php
Expand Up @@ -17,6 +17,11 @@
$loader->import(CMF_TEST_CONFIG_DIR.'/default.php');
$loader->import(__DIR__.'/sonata_phpcr_admin.yml');
$loader->import(CMF_TEST_CONFIG_DIR.'/phpcr_odm.php');

$container->loadFromExtension('framework', [
'assets' => null,
]);

if (version_compare(Kernel::VERSION, '4.2', '<')) {
$container->loadFromExtension('framework', [
'fragments' => ['enabled' => true],
Expand Down

0 comments on commit da097a2

Please sign in to comment.