You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ but they are **super-fast**!
110
110
111
111
Two alternative clients are available:
112
112
113
-
* The first directly manipulates the Symfony kernel provided by `WebTestCase`, it is the fastest client available,
113
+
* The first directly manipulates the Symfony kernel provided by `WebTestCase`. It is the fastest client available,
114
114
but it is only available for Symfony apps.
115
115
* The second leverages the [Goutte](https://github.com/FriendsOfPHP/Goutte) web scraping library.
116
116
It is an intermediate between Symfony's and Panther's test clients. Goutte sends real HTTP requests.
@@ -161,7 +161,7 @@ class E2eTest extends PantherTestCase
161
161
Panther provides a convenient way to test applications with real-time capabilities which use [Mercure](https://symfony.com/doc/current/mercure.html), [WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API)
162
162
and similar technologies.
163
163
164
-
`PantherTestCase::createAdditionalPantherClient()` creates additional, isolated, browsers; that can interact with each others.
164
+
`PantherTestCase::createAdditionalPantherClient()` creates additional, isolated browsers which can interact with each other.
165
165
For instance, this can be useful to test a chat application having several users connected simultaneously:
166
166
167
167
```php
@@ -190,7 +190,7 @@ class ChatTest extends PantherTestCase
190
190
}
191
191
```
192
192
193
-
## Additional Documentations
193
+
## Additional Documentation
194
194
195
195
Since Panther implements the API of popular libraries, it already has extensive documentation:
0 commit comments