Composer: Update libs + add dama/doctrine-test-bundle (phpunit tests)

pull/3904/head
Julio Montoya 4 years ago
parent 62083f8b9e
commit 61e70cbcbe
  1. 7
      composer.json
  2. 1
      config/bundles.php
  3. 4
      config/packages/test/dama_doctrine_test_bundle.yaml

@ -60,10 +60,8 @@
"clue/graph": "^0.9.2",
"cocur/slugify": "^4.0",
"composer/package-versions-deprecated": "1.11.99.2",
"doctrine/data-fixtures": "~1.5",
"doctrine/dbal": "~2.0",
"doctrine/doctrine-bundle": "~2.3",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/doctrine-migrations-bundle": "~3.1",
"doctrine/orm": "~2.9",
"endroid/qr-code": "~3.7",
@ -154,6 +152,7 @@
"behat/behat": "@stable",
"behat/mink": "dev-master",
"behat/mink-selenium2-driver": "@stable",
"dama/doctrine-test-bundle": "^6.5",
"friends-of-behat/mink-extension": "dev-master",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-doctrine": "^0.12",
@ -165,7 +164,7 @@
"symfony/browser-kit": "^5.0",
"symfony/css-selector": "^5.0",
"symfony/debug-pack": "*",
"symfony/maker-bundle": "1.30",
"symfony/maker-bundle": "^1.31",
"symfony/phpunit-bridge": "^5.0",
"symfony/profiler-pack": "*",
"symfony/test-pack": "*",

@ -33,4 +33,5 @@ return [
Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle::class => ['all' => true],
Knp\DoctrineBehaviors\DoctrineBehaviorsBundle::class => ['all' => true],
Lexik\Bundle\JWTAuthenticationBundle\LexikJWTAuthenticationBundle::class => ['all' => true],
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
];

@ -0,0 +1,4 @@
dama_doctrine_test:
enable_static_connection: true
enable_static_meta_data_cache: true
enable_static_query_cache: true
Loading…
Cancel
Save