Skip to content

Commit 7538dc6

Browse files
committed
Fixing formatting.
1 parent a8962c9 commit 7538dc6

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

en/development/testing.rst

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -248,17 +248,15 @@ your app directory you can do the following to run tests::
248248
idea to use the ``--stderr`` option. This will fix issues with tests
249249
failing because of headers_sent warnings.
250250

251-
You can also run ``testsuite`` shell in the project root directory.
252-
This shows you a full list of all the tests that you currently have. You can then freely choose
253-
what test(s) to run.
254-
255-
# Run testsuite in project root directory for application folder called app
256-
lib/Cake/Console/cake testsuite app
257-
258-
# Run testsuite in project root directory for application folder called myapp
259-
lib/Cake/Console/cake testsuite -app myapp app
260-
261-
251+
You can also run ``testsuite`` shell in the project root directory. This shows
252+
you a full list of all the tests that you currently have. You can then freely
253+
choose what test(s) to run::
254+
255+
# Run testsuite in project root directory for application folder called app
256+
lib/Cake/Console/cake testsuite app
257+
258+
# Run testsuite in project root directory for an application in ./myapp
259+
lib/Cake/Console/cake testsuite -app myapp app
262260

263261

264262
Filtering test cases

0 commit comments

Comments
 (0)