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 0f6142b commit 4f25719Copy full SHA for 4f25719
guides/testing/configuration.rst
@@ -76,8 +76,9 @@ The Client used by functional tests creates a Kernel that runs in a special
76
logger:
77
priority: debug
78
79
-You can also change the default environment (``test``) and override the default
80
-debug mode (``true``) by passing them as options to the createClient() method::
+You can also change the default environment (``test``) and override the
+default debug mode (``true``) by passing them as options to the
81
+``createClient()`` method::
82
83
$client = $this->createClient(array(
84
'environment' => 'my_test_env',
0 commit comments