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 c9ae401 commit 52c8fc3Copy full SHA for 52c8fc3
tests/Maker/MakeEntityLegacyTest.php
@@ -513,7 +513,7 @@ public function getTestDetails()
513
->configureDatabase()
514
->addReplacement(
515
'.env',
516
- 'https://127.0.0.1:8000/.well-known/mercure',
+ 'https://example.com/.well-known/mercure',
517
'http://127.0.0.1:1337/.well-known/mercure'
518
)
519
->updateSchemaAfterCommand()
tests/Maker/MakeEntityTest.php
@@ -623,7 +623,7 @@ public function getTestDetails()
623
624
625
626
627
628
629
0 commit comments