File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff 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
264262Filtering test cases
You can’t perform that action at this time.
0 commit comments