Skip to content

Commit 4f25719

Browse files
committed
updated doc
1 parent 0f6142b commit 4f25719

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

guides/testing/configuration.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ The Client used by functional tests creates a Kernel that runs in a special
7676
logger:
7777
priority: debug
7878
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::
79+
You can also change the default environment (``test``) and override the
80+
default debug mode (``true``) by passing them as options to the
81+
``createClient()`` method::
8182

8283
$client = $this->createClient(array(
8384
'environment' => 'my_test_env',

0 commit comments

Comments
 (0)