From 777bc396186e4c34a783dd927bb11bee8e848c46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ostroluck=C3=BD?= Date: Sun, 17 Nov 2019 16:29:29 +0100 Subject: [PATCH] Fix deprecation failures around doctrine:mapping:import command --- Tests/Command/ImportMappingDoctrineCommandTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/Command/ImportMappingDoctrineCommandTest.php b/Tests/Command/ImportMappingDoctrineCommandTest.php index cefb5a690..e0e6c3b77 100644 --- a/Tests/Command/ImportMappingDoctrineCommandTest.php +++ b/Tests/Command/ImportMappingDoctrineCommandTest.php @@ -14,6 +14,9 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; use Symfony\Component\HttpKernel\Kernel; +/** + * @group legacy + */ class ImportMappingDoctrineCommandTest extends TestCase { /** @var ImportMappingTestingKernel|null */