Skip to content
Snippets Groups Projects
Commit ccea69e5 authored by gloas's avatar gloas
Browse files

Phafi: save a none test buffer launch last phpunit command (launch test with...

Phafi: save a none test buffer launch last phpunit command (launch test with file filter if no test has been launch)
parent fd2824ba
Branches
Tags
1 merge request!258Dev/13872 Orphee Allow Hold Available Items
......@@ -164,8 +164,10 @@
testdox-option))
(if (buffer-modified-p) (save-buffer))
(phafi-compile-command phafi-phpunit-command)
(if (buffer-modified-p) (save-buffer))
(if (equal phafi-phpunit-command "phpunit")
(phafi-run-phpunit-filtered-file nil)
(phafi-compile-command phafi-phpunit-command))
)
)
......
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