Releases: nlamirault/phpunit.el
Releases · nlamirault/phpunit.el
0.17.1
- #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
- #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
- #43: Rename test-helper to phpunit-test-helper (thanks zonuexe)
- #41: Remove bundled ert.el (thanks tarsius)
0.14.0
- #39: Support custom phpunit command (thanks zonuexe)
- Modify phpunit detection algorithm
- #36: Modify custom group (thanks zonuexe)
0.13.0
- #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
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
- #25 : Add phpunit-group (Thanks zonuexe)
0.10.0
- #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
- #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
- #16 : Create a minor mode (thanks eric-hansen)
- #12 : Using the phpunit installed by Composer (thanks wangchen)