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 a4be2d1 commit 460f0ccCopy full SHA for 460f0cc
docs/04-FunctionalTests.md
@@ -11,7 +11,7 @@ Functional tests don't require a web server.
11
Under the hood, Codeception uses Symfony's [BrowserKit](https://symfony.com/doc/current/components/browser_kit.html)
12
to "send" requests to your app. So there's no real HTTP request made, but rather a BrowserKit
13
[Request object](https://github.com/symfony/browser-kit/blob/master/Request.php) with the required properties is
14
-passed to your framework's (font-)controller.
+passed to your framework's (front-)controller.
15
16
As a first step, you need to enable Codeception's module for your framework in `functional.suite.yml` (see below).
17
0 commit comments