You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eclipse Plugin that converts a phrase intro a PHPUnit test method.<br/>
2
+
3
+
Usage
4
+
----
5
+
Move the cursor to the line that you want to convert into a test method and press the keybind.
6
+
7
+
The default key bind is **Ctrl+Shift+8**<br/>
8
+
If you want to change the key bindings, open Window / Preferences / General / Editors / Keys, search for "*PHPUnit Generate Test Method using phrase*" and change the keybind.
9
+
10
+
Limitations
11
+
----
12
+
The plugin only generates PHPUnit syntax for now.
13
+
14
+
Also, check out (the Sublime Text version)[https://github.com/bogdananton/Sublime-testNameGenerator] for more information about the **testNameGenerator** project.
0 commit comments