From 205f85e25acc558430b035e5df4039a374352aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Skowro=C5=84ski?= Date: Mon, 15 Jan 2024 14:31:03 +0100 Subject: [PATCH] Remove doctrine test bundle --- composer.json | 1 - composer.lock | 69 +--------------------------------------------- config/bundles.php | 1 - symfony.lock | 12 -------- 4 files changed, 1 insertion(+), 82 deletions(-) diff --git a/composer.json b/composer.json index 6c7413ed..32c25ce6 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/composer.lock b/composer.lock index 09c3ee64..86fd84c3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e1500511816191be966b64c436d67798", + "content-hash": "1e90f5c74d11f73dd09192325ccba7e4", "packages": [ { "name": "api-platform/core", @@ -10827,73 +10827,6 @@ ], "time": "2022-02-25T21:32:43+00:00" }, - { - "name": "dama/doctrine-test-bundle", - "version": "v7.2.1", - "source": { - "type": "git", - "url": "https://github.com/dmaicher/doctrine-test-bundle.git", - "reference": "175b47153609a369117d97d36049b8a8c3b69dc1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dmaicher/doctrine-test-bundle/zipball/175b47153609a369117d97d36049b8a8c3b69dc1", - "reference": "175b47153609a369117d97d36049b8a8c3b69dc1", - "shasum": "" - }, - "require": { - "doctrine/dbal": "^3.3", - "doctrine/doctrine-bundle": "^2.2.2", - "ext-json": "*", - "php": "^7.3 || ^8.0", - "psr/cache": "^1.0 || ^2.0 || ^3.0", - "symfony/cache": "^5.4 || ^6.0", - "symfony/framework-bundle": "^5.4 || ^6.0" - }, - "require-dev": { - "behat/behat": "^3.0", - "doctrine/cache": "^1.12", - "phpstan/phpstan": "^1.2", - "phpunit/phpunit": "^8.0 || ^9.0 || ^10.0", - "symfony/phpunit-bridge": "^6.0", - "symfony/process": "^5.4 || ^6.0", - "symfony/yaml": "^5.4 || ^6.0" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "7.x-dev" - } - }, - "autoload": { - "psr-4": { - "DAMA\\DoctrineTestBundle\\": "src/DAMA/DoctrineTestBundle" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David Maicher", - "email": "mail@dmaicher.de" - } - ], - "description": "Symfony bundle to isolate doctrine database tests and improve test performance", - "keywords": [ - "doctrine", - "isolation", - "performance", - "symfony", - "tests" - ], - "support": { - "issues": "https://github.com/dmaicher/doctrine-test-bundle/issues", - "source": "https://github.com/dmaicher/doctrine-test-bundle/tree/v7.2.1" - }, - "time": "2023-02-07T10:02:27+00:00" - }, { "name": "doctrine/annotations", "version": "2.0.1", diff --git a/config/bundles.php b/config/bundles.php index 97eb7579..8fe03843 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -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], ]; diff --git a/symfony.lock b/symfony.lock index d13eff0d..534b4d4f 100644 --- a/symfony.lock +++ b/symfony.lock @@ -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": {