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 ffd4747 commit 284490fCopy full SHA for 284490f
docs/04-FunctionalTests.md
@@ -52,9 +52,9 @@ One of the common issues with functional tests is the use of PHP functions that
52
As you may already know, the `header` function triggers an error if it is executed after PHP has already output something.
53
In functional tests we run the application multiple times, thus we will get lots of irrelevant errors in the result.
54
55
-### External URL's
+### External URLs
56
57
-Functional tests cannot access external URL's, just URL's within your project. You can use Guzzle to open external URL's.
+Functional tests cannot access external URLs, just URLs within your project. You can use PhpBrowser to open external URLs.
58
59
### Shared Memory
60
0 commit comments