11# atoum PhpStorm Plugin
22
3- Integrates atoum into PhpStorm
3+ Integrates atoum into PhpStorm.
44
5- ## Features
5+ Features :
66
7- ### Go to the test class from the tested class
7+ * Go to the test class from the tested class
8+ * Go to the tested class from the test class
9+ * Execute tests inside PhpStorm
10+ * Easily identify test files by a custom icon
811
9- * From the tested class you can go to the test class from a menu entry in navigation
1012
11- ![ Demo ] ( doc/switch.png )
13+ ## Detailed Features
1214
13- * Or by an entry bin the right click menu
1415
15- ![ Demo ] ( doc/switch-right_click.png )
16+ ### Go to the test class from the tested class
1617
17- * Or by clicking on the icon on the left of the class
18+ From the tested class you can go to the test class by clicking on the icon on the left of the class,
1819
1920![ Demo] ( doc/switch-icon.png )
2021
22+ or from a menu entry in navigation,
2123
22- ### Go to the tested class from the test class
24+ ![ Demo ] ( doc/switch.png )
2325
24- * From the test class you can go to the tested class from a menu entry in navigation
26+ or by an entry bin the right click menu.
2527
26- ![ Demo] ( doc/switch_back -right_click.png )
28+ ![ Demo] ( doc/switch -right_click.png )
2729
28- * Or by an entry bin the right click menu
2930
30- ![ Demo ] ( doc/switch_back-right_click.png )
31+ ### Go to the tested class from the test class
3132
32- * Or by clicking on the icon on the left of the class
33+ From the test class you can go to the tested class by clicking on the icon on the left of the class,
3334
3435![ Demo] ( doc/switch_back-icon.png )
3536
37+ or from a menu entry in navigation,
38+
39+ ![ Demo] ( doc/switch_back.png )
40+
41+ or by an entry bin the right click menu.
42+
43+ ![ Demo] ( doc/switch_back-right_click.png )
3644
37- ### Execute test inside PhpStorm
3845
39- * By an entry on the run menu and on the right click menu
46+ ### Execute tests inside PhpStorm
47+
48+ By an entry on the run menu and on the right click menu.
4049
4150![ Demo] ( doc/run.png )
4251
43- * You can run the tests from both the test file or the tested classe's file
52+ You can run the tests from both the test file or the tested classe's file :
4453
4554![ Demo] ( doc/run_from_tested_class.png )
4655
47- ### Easily identify test file by a custom icon
56+
57+ ### Easily identify test files by a custom icon
4858
4959Atoum's test files are displayed with a different icon, like that you will easily differentiate them from other PHP files.
5060
@@ -61,12 +71,14 @@ Atoum's test files are displayed with a different icon, like that you will easil
6171* Click on the ` install from disk ` button, then select to downloaded jar
6272* Restart PhpStorm
6373
74+
6475## Links
6576
6677* [ PhpStorm] ( https://www.jetbrains.com/phpstorm/ )
6778* [ atoum] ( http://atoum.org )
6879* [ atoum's documentation] ( http://docs.atoum.org )
6980
81+
7082## Licence
7183
7284atoum phpstorm-plugin is released under the MIT License. See the bundled LICENSE file for details.
0 commit comments