Skip to content

Releases: nlamirault/phpunit.el

0.7.0

09 Oct 10:02
Compare
Choose a tag to compare
  • #10 : Set stty columns before running the phpunit command

0.6.0

27 Aug 10:09
Compare
Choose a tag to compare
  • #9 : Exact Class Names and Naming Conventions (Thanks muddletoes)

0.5.0

27 Aug 10:09
Compare
Choose a tag to compare
  • #7 : php-get-current-class matches style convention (Thanks muddletoes)
  • #5 : Add error navigation after a failed test (Thanks Ryckes)

0.4.0

08 Jun 12:15
Compare
Choose a tag to compare
  • 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

08 Jun 12:14
Compare
Choose a tag to compare
  • #2 : Remove unnecessary "depends-on" from Cask
  • FIX Add Package-Requires line to display dependencies
  • Update documentation

0.2.0

08 Jun 12:14
Compare
Choose a tag to compare
  • Launch PHPUnit on current test
  • Add optional arguments to PHPUnit
  • Use defcustom instead of defvar for customizable variables
    (Thanks to Syohex)

0.1.0

08 Jun 12:14
Compare
Choose a tag to compare
  • Launch current class tests
  • Launch all tests from current projects