mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
php: add phpunit.el
This commit is contained in:
@ -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
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user