File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed
Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,19 @@ Features :
1313## Detailed Features
1414
1515
16+ ### Execute tests inside PhpStorm
17+
18+ By an entry on the run menu and on the right click menu.
19+
20+ ![ Demo] ( doc/run.png )
21+
22+ You can run the tests from both the test file or the tested classe's file.
23+
24+ Your test file and tested file will automatically be save before running the test.
25+
26+ The default keyboard shortcut to execute the test is alt+shift+M.
27+
28+
1629### Go to the test class from the tested class
1730
1831From the tested class you can go to the test class by clicking on the icon on the left of the class,
@@ -47,21 +60,6 @@ or by an entry bin the right click menu.
4760The default keyboard shortcut to switch file is alt+shift+K.
4861
4962
50- ### Execute tests inside PhpStorm
51-
52- By an entry on the run menu and on the right click menu.
53-
54- ![ Demo] ( doc/run.png )
55-
56- You can run the tests from both the test file or the tested classe's file :
57-
58- ![ Demo] ( doc/run_from_tested_class.png )
59-
60- Your test file and tested file will automatically be save before running the test.
61-
62- The default keyboard shortcut to execute the test is alt+shift+M.
63-
64-
6563### Easily identify test files by a custom icon
6664
6765Atoum's test files are displayed with a different icon, like that you will easily differentiate them from other PHP files.
You can’t perform that action at this time.
0 commit comments