Skip to content

Commit 351bfae

Browse files
committed
Merge branch 'master' of github.com:bogdananton/Eclipse-testNameGenerator
2 parents 63b44a8 + 88ff67d commit 351bfae

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
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

Comments
 (0)