Skip to content

Commit f76abb1

Browse files
committed
minor #994 Fix replacing default MERCURE_URL in tests (HypeMC)
This PR was merged into the 1.0-dev branch. Discussion ---------- Fix replacing default MERCURE_URL in tests The test failing seems to be caused by symfony/recipes#1007 Commits ------- 52c8fc3 Fix replacing default MERCURE_URL in tests
2 parents 60d5da2 + 52c8fc3 commit f76abb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Maker/MakeEntityLegacyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ public function getTestDetails()
513513
->configureDatabase()
514514
->addReplacement(
515515
'.env',
516-
'https://127.0.0.1:8000/.well-known/mercure',
516+
'https://example.com/.well-known/mercure',
517517
'http://127.0.0.1:1337/.well-known/mercure'
518518
)
519519
->updateSchemaAfterCommand()

tests/Maker/MakeEntityTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ public function getTestDetails()
623623
->configureDatabase()
624624
->addReplacement(
625625
'.env',
626-
'https://127.0.0.1:8000/.well-known/mercure',
626+
'https://example.com/.well-known/mercure',
627627
'http://127.0.0.1:1337/.well-known/mercure'
628628
)
629629
->updateSchemaAfterCommand()

0 commit comments

Comments
 (0)