Releases: nlamirault/phpunit.el
Releases · nlamirault/phpunit.el
0.7.0
- #10 : Set stty columns before running the phpunit command
0.6.0
- #9 : Exact Class Names and Naming Conventions (Thanks muddletoes)
0.5.0
- #7 :
php-get-current-class
matches style convention (Thanks muddletoes)
- #5 : Add error navigation after a failed test (Thanks Ryckes)
0.4.0
- 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
0.3.0
- #2 : Remove unnecessary "depends-on" from Cask
FIX
Add Package-Requires line to display dependencies
- Update documentation
0.2.0
- Launch PHPUnit on current test
- Add optional arguments to PHPUnit
- Use
defcustom
instead of defvar
for customizable variables
(Thanks to Syohex)
0.1.0
- Launch current class tests
- Launch all tests from current projects