Skip to content
Snippets Groups Projects
Commit 7849aa29 authored by efalcy's avatar efalcy
Browse files

Phafi-mode : classes de tests execution automatique des tests de la classe

parent 32987fb2
Branches
Tags
No related merge requests found
......@@ -81,7 +81,13 @@
(setq ac-sources '(ac-source-gtags ac-source-words-in-buffer))
(imenu-add-menubar-index)
(phafi-init-menu)
(setq
(add-hook 'after-save-hook
(lambda ()
(if (string= "Test" (substring (file-name-sans-extension (phafi-cur-file)) -4 nil))
(phafi-run-phpunit-filtered-class nil)))
)
(setq
tab-width 2
indent-tabs-mode t
flymake-mode t
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment