Skip to content

Commit 443981b

Browse files
committed
FIX version
Signed-off-by: Nicolas Lamirault <[email protected]>
1 parent a4d9968 commit 443981b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

phpunit.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; Eric Hansen <[email protected]>
55
;;
66
;; URL: https://github.com/nlamirault/phpunit.el
7-
;; Version: 0.9.0
7+
;; Version: 0.8.0
88
;; Keywords: php, tests, phpunit
99

1010
;; Package-Requires: ((s "1.9.0") (f "0.16.0") (pkg-info "0.5") (emacs "24.3"))

test/phpunit-version-test.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
;;(message "PHPUnit.el : %s" lib-version)
3838
(message "PHPUnit.el Cask version: %s" cask-version)
3939
;;(should (string= version (phpunit-mode-library-version)))))
40-
(should (string= "0.9.0" cask-version))))
40+
(should (string= "0.8.0" cask-version))))
4141

4242

4343

0 commit comments

Comments
 (0)