php: add phpunit.el
This commit is contained in:
parent
c432c961a4
commit
9823e68585
2 changed files with 14 additions and 4 deletions
|
@ -63,6 +63,15 @@
|
|||
(extract-method "extract method" t)
|
||||
(rename-local-variable "rename local variable" nil))))
|
||||
|
||||
(use-package phpunit
|
||||
:commands (phpunit-current-test phpunit-current-class phpunit-current-project)
|
||||
:config
|
||||
(map! :map php-mode-map
|
||||
(:localleader
|
||||
:n "tr" 'phpunit-current-project
|
||||
:n "ta" 'phpunit-current-class
|
||||
:n "ts" 'phpunit-current-test)))
|
||||
|
||||
(use-package php-boris :commands php-boris) ; PHP REPL
|
||||
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue