Skip to content

Releases: testNameGenerator/SublimeText-plugin

caret position (temporary fix)

Choose a tag to compare

@bogdananton bogdananton released this 15 Jul 21:16

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

clear + version bump

Choose a tag to compare

@bogdananton bogdananton released this 14 Nov 19:07
1.0.3

version bump

fix duplication position error

Choose a tag to compare

@bogdananton bogdananton released this 14 Nov 15:17

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

Choose a tag to compare

@bogdananton bogdananton released this 25 Oct 10:31

Changes:

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

added updating (PHP)

Choose a tag to compare

@bogdananton bogdananton released this 22 Oct 21:31

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

v0.3 Pre-release
Pre-release

Choose a tag to compare

@bogdananton bogdananton released this 23 Oct 18:20
delete package metadata

testNameGenerator - PHPUnit and Jasmine block helpers

Choose a tag to compare

@bogdananton bogdananton released this 23 Jul 18:04

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.