From 7789f149786602eae19c94d0ef9100a30e0bea8e Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Wed, 3 Dec 2025 18:50:45 +0100 Subject: [PATCH] Revert "minor #1598 [ci] temp. skip API Platform tests - recipe conflict" This reverts commit 3cf70d88046751caee953fa7332eb70a68c3f4c6. --- tests/Maker/MakeEntityTest.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/Maker/MakeEntityTest.php b/tests/Maker/MakeEntityTest.php index cf72700ad..2d75423a0 100644 --- a/tests/Maker/MakeEntityTest.php +++ b/tests/Maker/MakeEntityTest.php @@ -120,8 +120,6 @@ public function getTestDetails(): \Generator ]; yield 'it_creates_a_new_class_and_api_resource' => [$this->createMakeEntityTest() - // @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged - ->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339') ->addExtraDependencies('api') ->run(function (MakerTestRunner $runner) { $runner->runMaker([ @@ -661,8 +659,6 @@ public function getTestDetails(): \Generator ]; yield 'it_makes_new_entity_no_to_all_extras' => [$this->createMakeEntityTestForMercure() - // @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged - ->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339') ->addExtraDependencies('api') // special setup done in createMakeEntityTestForMercure() ->run(function (MakerTestRunner $runner) {