sublime phpunit
1.0.0
用於執行 PHPUnit 測試的便捷 Sublime Text 命令。掃描目錄樹以找到最近的 phpunit.xml 檔案並從那裡運行 phpunit。如果找不到,它只會從/
運行 phpunit 。
目前,您可以在Windows 10和Linux上執行它。你應該能夠在 Windows 7/8 上運行它,儘管我沒有在這些版本上進行測試。
git clone [email protected]:yoyosan/sublime-phpunit.git 'C:Users<your_user>AppDataRoamingSublime Text 3/Packages'
請注意,預設情況下,由於os.system
在適用於 Windows 的 Python 3 中的工作方式,此套件使用 Window 的cmd.exe
應用程式。閱讀此處以了解更多資訊。
因此,輸出不會有任何顏色:(
$ git clone [email protected]:yoyosan/sublime-phpunit.git /home/`whoami`/.config/sublime-text-3/Packages
# install terminator package
# Fedora
$ sudo dnf install terminator -y
# Ubuntu
$ sudo apt-get install terminator -y
重新/啟動 Sublime。
您可以在「Sublime PHPUnit」下的命令選項板中找到這些命令,或將這些命令中的任何一個對應到您想要的任何捷徑:
run_phpunit_test
run_phpunit_tests_in_dir
run_single_phpunit_test
run_all_phpunit_tests
Adam Wathan 在 MacOS 上的實作。