Skip to content

Correct english possessive to plural #327

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/04-FunctionalTests.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ One of the common issues with functional tests is the use of PHP functions that
As you may already know, the `header` function triggers an error if it is executed after PHP has already output something.
In functional tests we run the application multiple times, thus we will get lots of irrelevant errors in the result.

### External URL's
### External URLs

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.

### Shared Memory

Expand Down