@@ -4,9 +4,9 @@ Integrates atoum into PhpStorm.
44
55Features :
66
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
7+ * Go to the test class from the tested class (shortcut : alt+shift+K)
8+ * Go to the tested class from the test class (shortcut : alt+shift+K)
9+ * Execute tests inside PhpStorm (shortcut : alt+shift+M)
1010* Easily identify test files by a custom icon
1111
1212
@@ -27,6 +27,8 @@ or by an entry bin the right click menu.
2727
2828![ Demo] ( doc/switch-right_click.png )
2929
30+ The default keyboard shortcut to switch file is alt+shift+K.
31+
3032
3133### Go to the tested class from the test class
3234
@@ -42,6 +44,8 @@ or by an entry bin the right click menu.
4244
4345![ Demo] ( doc/switch_back-right_click.png )
4446
47+ The default keyboard shortcut to switch file is alt+shift+K.
48+
4549
4650### Execute tests inside PhpStorm
4751
@@ -55,6 +59,9 @@ You can run the tests from both the test file or the tested classe's file :
5559
5660Your test file and tested file will automatically be save before running the test.
5761
62+ The default keyboard shortcut to execute the test is alt+shift+M.
63+
64+
5865### Easily identify test files by a custom icon
5966
6067Atoum's test files are displayed with a different icon, like that you will easily differentiate them from other PHP files.
0 commit comments