Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault committed Oct 9, 2015
2 parents 83fb03b + abd6c98 commit d9e9092
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# phpunit.el ChangeLog

## Version 0.6.1 (09/10/2015)
## Version 0.7.0 (09/10/2015)

- #PR10: Set stty columns before running the phpunit command (Thanks Ryckes)

Expand Down
2 changes: 1 addition & 1 deletion phpunit.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

;; Author: Nicolas Lamirault <[email protected]>
;; URL: https://github.com/nlamirault/phpunit.el
;; Version: 0.6.1
;; Version: 0.7.0
;; Keywords: php, tests, phpunit

;; Package-Requires: ((s "1.9.0") (f "0.16.0") (pkg-info "0.5"))
Expand Down
2 changes: 1 addition & 1 deletion test/phpunit-version-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
;;(message "PHPUnit.el : %s" lib-version)
(message "PHPUnit.el Cask version: %s" cask-version)
;;(should (string= version (phpunit-mode-library-version)))))
(should (string= "0.6.1" cask-version))))
(should (string= "0.7.0" cask-version))))



Expand Down

0 comments on commit d9e9092

Please sign in to comment.