- #60: Hotfix: Path to
phpunit
could not be expanded
- #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)
- #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)
- #43: Rename test-helper to phpunit-test-helper (thanks zonuexe)
- #41: Remove bundled ert.el (thanks tarsius)
- #39: Support custom phpunit command (thanks zonuexe)
- Modify phpunit detection algorithm
- #36: Modify custom group (thanks zonuexe)
- #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)
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
- #25: Add phpunit-group (Thanks zonuexe)
- #23: Better regexp using rx (Thanks zonuexe)
- #22: Simplify phpunit-current-class (Thanks zonuexe)
- #21: Fix for Emacs 25.1 (Thanks zonuexe)
- #19: Some problem fixes (Tramp, phpunit-get-root-directory, Use phpunit -c option when set configuration file, ...) (thanks zonuexe)
- Remove keybinding from phpunit-helm
- #16: Create a minor mode (thanks eric-hansen)
- #12: Using the phpunit installed by Composer (thanks wangchen)
- #10: Set stty columns before running the phpunit command (Thanks Ryckes)
- #9: Exact Class Names and Naming Conventions (Thanks muddletoes)
- #7 :
php-get-current-class
matches style convention (Thanks muddletoes) - #5 : Add error navigation after a failed test (Thanks Ryckes)
- Update unit tests configuration for overseer
- #4: Variables for phpunit's directory and filename (Ahmad N. Raja)
- Update TravisCI and Drone.io for continuous integration
- Add code coverage using undercover
- #2: Remove unnecessary "depends-on" from Cask
FIX
Add Package-Requires line to display dependencies- Update documentation
- Launch PHPUnit on current test
- Add optional arguments to PHPUnit
- Use
defcustom
instead ofdefvar
for customizable variables (Thanks to Syohex)
- Launch current class tests
- Launch all tests from current projects