Last active
June 6, 2017 15:57
-
-
Save carteni/f1fc2f85a5ac64a68d44bc8b3fac0d15 to your computer and use it in GitHub Desktop.
Set HTTP_HOST header on requests in Symfony functional tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
parameters: | |
test.client.parameters: { 'HTTP_HOST': 'example.com' } | |
# ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment