@@ -4,9 +4,9 @@ Integrates atoum into PhpStorm.
4
4
5
5
Features :
6
6
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)
10
10
* Easily identify test files by a custom icon
11
11
12
12
@@ -27,6 +27,8 @@ or by an entry bin the right click menu.
27
27
28
28
![ Demo] ( doc/switch-right_click.png )
29
29
30
+ The default keyboard shortcut to switch file is alt+shift+K.
31
+
30
32
31
33
### Go to the tested class from the test class
32
34
@@ -42,6 +44,8 @@ or by an entry bin the right click menu.
42
44
43
45
![ Demo] ( doc/switch_back-right_click.png )
44
46
47
+ The default keyboard shortcut to switch file is alt+shift+K.
48
+
45
49
46
50
### Execute tests inside PhpStorm
47
51
@@ -55,6 +59,9 @@ You can run the tests from both the test file or the tested classe's file :
55
59
56
60
Your test file and tested file will automatically be save before running the test.
57
61
62
+ The default keyboard shortcut to execute the test is alt+shift+M.
63
+
64
+
58
65
### Easily identify test files by a custom icon
59
66
60
67
Atoum's test files are displayed with a different icon, like that you will easily differentiate them from other PHP files.
0 commit comments