Skip to content

Commit

Permalink
Rename agein phpunit-test-helper.el → test-helper.el
Browse files Browse the repository at this point in the history
Fixes #42
related to rejeep/ert-runner.el#38
  • Loading branch information
zonuexe committed Feb 20, 2017
1 parent 4e9e4a2 commit 945d285
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions test/phpunit-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
;;; Code:
(require 'ert)
(require 'f)
(when (boundp 'ert-runner-test-path)
(load (f-expand "phpunit-test-helper.el" ert-runner-test-path) nil :nomessage))

;; (defun phpunit-command (&rest arg)
;; (let ((composer-dir (s-concat (concat (getenv "HOME") "/") ".composer"))
Expand Down
2 changes: 0 additions & 2 deletions test/phpunit-version-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
;;; Code:
(require 'ert)
(require 'f)
(when (boundp 'ert-runner-test-path)
(load (f-expand "phpunit-test-helper.el" ert-runner-test-path) nil :nomessage))

(ert-deftest phpunit-mode-library-version ()
:expected-result (if (executable-find "cask") :passed :failed)
Expand Down
3 changes: 1 addition & 2 deletions test/phpunit-test-helper.el → test/test-helper.el
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@
(phpunit-test-helper-load-library "/phpunit.el")
,@body))))

(provide 'phpunit-test-helper)
;;; phpunit-test-helper.el ends here
;;; test-helper.el ends here

0 comments on commit 945d285

Please sign in to comment.