Skip to content

Commit

Permalink
Remove doctrine test bundle (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
jskowronski39 authored Jan 15, 2024
2 parents 686e545 + 205f85e commit 8d7e3a8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 82 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"codeception/module-doctrine2": "^3.0",
"codeception/module-rest": "^3.3",
"codeception/module-symfony": "^3.2",
"dama/doctrine-test-bundle": "^7.2",
"friendsofphp/php-cs-fixer": "^3.23",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-deprecation-rules": "^1.1",
Expand Down
69 changes: 1 addition & 68 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true],
ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true],
Doctrine\Bundle\FixturesBundle\DoctrineFixturesBundle::class => ['dev' => true, 'test' => true],
DAMA\DoctrineTestBundle\DAMADoctrineTestBundle::class => ['test' => true],
];
12 changes: 0 additions & 12 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,6 @@
"tests/unit/.gitignore"
]
},
"dama/doctrine-test-bundle": {
"version": "7.2",
"recipe": {
"repo": "github.com/symfony/recipes-contrib",
"branch": "main",
"version": "4.0",
"ref": "2c920f73a217f30bd4a37833c91071f4d3dc1ecd"
},
"files": [
"config/packages/test/dama_doctrine_test_bundle.yaml"
]
},
"doctrine/annotations": {
"version": "2.0",
"recipe": {
Expand Down

0 comments on commit 8d7e3a8

Please sign in to comment.