Skip to content

Commit

Permalink
php-cs-fixer it up
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Jan 26, 2024
1 parent 7035b50 commit e5cd6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Maker/MakeEntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private function createMakeEntityTestForMercure(): MakerTestDetails
// @legacy - MakeEntity uses ux-turbo-mercure (archived), it needs to use ux-turbo (mercure built in) for Symfony 7.0
if ('7.0.x-dev' === $_SERVER['SYMFONY_VERSION']) {
return $this->createMakerTest()
->skipTest( 'symfony/ux-turbo-mercure is not supported on Symfony 7.')
->skipTest('symfony/ux-turbo-mercure is not supported on Symfony 7.')
;
}

Expand Down

0 comments on commit e5cd6a5

Please sign in to comment.