Releases: testNameGenerator/SublimeText-plugin
Releases · testNameGenerator/SublimeText-plugin
caret position (temporary fix)
Fixed caret position in inserted PHP test methods, will want to replace with run_command after caret isolation.
clear + version bump
1.0.3 version bump
fix duplication position error
Changes:
- when there are two test methods with the same name and the second method's comment is updated, replace the second method name instead of the wrong (first) one
refactor and minor fix
Changes:
- decoupled text / patterns so they could be reused in other ports
- updating PHP method replaces the correct method now
added updating (PHP)
Changes:
- update test if phrase is in a docblock (PHPUnit / PHP Syntax)
- allow underlines in test methods
- using editor's indent white-spaces settings (both for Jasmine / PHPUnit test names)
v0.3
delete package metadata
testNameGenerator - PHPUnit and Jasmine block helpers
Will use the file's syntax (PHP / JavaScript) to generate a different syntax.
For JS, use "describe " as a prefix to your test name to create a "describe" block or don't to create an "it" block.