We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7035b50 commit e5cd6a5Copy full SHA for e5cd6a5
tests/Maker/MakeEntityTest.php
@@ -47,7 +47,7 @@ private function createMakeEntityTestForMercure(): MakerTestDetails
47
// @legacy - MakeEntity uses ux-turbo-mercure (archived), it needs to use ux-turbo (mercure built in) for Symfony 7.0
48
if ('7.0.x-dev' === $_SERVER['SYMFONY_VERSION']) {
49
return $this->createMakerTest()
50
- ->skipTest( 'symfony/ux-turbo-mercure is not supported on Symfony 7.')
+ ->skipTest('symfony/ux-turbo-mercure is not supported on Symfony 7.')
51
;
52
}
53
0 commit comments