Skip to content

Releases: nlamirault/phpunit.el

0.17.1

12 Aug 13:31
Compare
Choose a tag to compare
  • #54 Fix warnings
  • #55 Integrate .dir-locals.el
  • #56 Fix Makefile for test
  • #57 Rename variable names
  • #58 Fix for spaces in project path (Thanks @jflearn)
  • #60 Hotfix: Path to phpunit could not be expanded

0.16.0

27 Nov 11:02
a137067
Compare
Choose a tag to compare
  • #52: windows system prohibits the use of stty (tszg)
  • #49: Add option to hide compilation buffer if all tests pass (thanks mallt)
  • #48: Support colorize output (thanks zonuexe)
  • #46: Add custom variables :tag (thanks zonuexe)
  • #45: Add path to current test file for phpunit-current-test (thanks landakram)
  • #44: Add ability to specify a bootstrap file (thanks landakram)

0.15.0

27 Nov 11:02
5ca5ee5
Compare
Choose a tag to compare
  • #43: Rename test-helper to phpunit-test-helper (thanks zonuexe)
  • #41: Remove bundled ert.el (thanks tarsius)

0.14.0

27 Nov 11:02
791d1b3
Compare
Choose a tag to compare
  • #39: Support custom phpunit command (thanks zonuexe)
  • Modify phpunit detection algorithm
  • #36: Modify custom group (thanks zonuexe)

0.13.0

27 Nov 11:02
Compare
Choose a tag to compare
  • #34: Fix test phpunit-get-class (thanks zonuexe)
  • #33: Fix phpunit-current-test (thanks zonuexe)
  • #30: Modify phpunit command priority (thanks zonuexe)
  • #29: Refactor customize (thanks zonuexe)

0.12.0

27 Nov 11:08
Compare
Choose a tag to compare
  • FIX unit tests if phpunit executable exists.
  • FIX Unit tests launcher using overseer
  • Update documentation for unit testing
  • Setup code coverage badges for master and develop branches

0.11.0

08 Aug 08:04
Compare
Choose a tag to compare
  • #25 : Add phpunit-group (Thanks zonuexe)

0.10.0

07 Aug 16:29
Compare
Choose a tag to compare
  • #23 : Better regexp using rx (Thanks zonuexe)
  • #22 : Simplify phpunit-current-class (Thanks zonuexe)
  • #21 : Fix for Emacs 25.1 (Thanks zonuexe)

0.9.0

31 May 14:43
Compare
Choose a tag to compare
  • #19 : Some problem fixes (Tramp, phpunit-get-root-directory, use phpunit -c option when set configuration file, ...) (thanks zonuexe)
  • Remove keybinding from phpunit-helm

0.8.0

12 May 14:37
443981b
Compare
Choose a tag to compare
  • #16 : Create a minor mode (thanks eric-hansen)
  • #12 : Using the phpunit installed by Composer (thanks wangchen)