Skip to content

Commit 7f693b6

Browse files
committed
minor #1765 Re-enable api tests (GromNaN)
This PR was merged into the 1.x branch. Discussion ---------- Re-enable api tests Revert change from #1598 as symfony/recipes#1339 was merged. Commits ------- 691b16b Re-enable api tests
2 parents 1d16acf + 691b16b commit 7f693b6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/Maker/MakeEntityTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ public function getTestDetails(): \Generator
120120
];
121121

122122
yield 'it_creates_a_new_class_and_api_resource' => [$this->createMakeEntityTest()
123-
// @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
124-
->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339')
125123
->addExtraDependencies('api')
126124
->run(function (MakerTestRunner $runner) {
127125
$runner->runMaker([
@@ -661,8 +659,6 @@ public function getTestDetails(): \Generator
661659
];
662660

663661
yield 'it_makes_new_entity_no_to_all_extras' => [$this->createMakeEntityTestForMercure()
664-
// @legacy - re-enable test when https://github.com/symfony/recipes/pull/1339 is merged
665-
->skipTest('Waiting for https://github.com/symfony/recipes/pull/1339')
666662
->addExtraDependencies('api')
667663
// special setup done in createMakeEntityTestForMercure()
668664
->run(function (MakerTestRunner $runner) {

0 commit comments

Comments
 (0)