Skip to content

Releases: testNameGenerator/SublimeText-plugin

caret position (temporary fix)

15 Jul 21:16

Choose a tag to compare

Fixed caret position in inserted PHP test methods, will want to replace with run_command after caret isolation.

clear + version bump

14 Nov 19:07

Choose a tag to compare

1.0.3

version bump

fix duplication position error

14 Nov 15:17

Choose a tag to compare

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

25 Oct 10:31

Choose a tag to compare

Changes:

  • decoupled text / patterns so they could be reused in other ports
  • updating PHP method replaces the correct method now

added updating (PHP)

22 Oct 21:31

Choose a tag to compare

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

23 Oct 18:20

Choose a tag to compare

v0.3 Pre-release
Pre-release
delete package metadata

testNameGenerator - PHPUnit and Jasmine block helpers

23 Jul 18:04

Choose a tag to compare

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.