grunt phpunit onefile
grunt-phpunit-onefile这个插件监视源和测试文件的变化并执行phpunit。它使用grunt-este-watch安装npm install grunt-phpunit-onefile --save-dev grunt . loadNpmTasks ( 'phpunitOnefile' ) ; // if default grunt . registerTask ( 'default' , [ 'esteWatch' ] ) ;配置该模块依赖于(grunt-este-watch)[ ] grunt . initConfig ( { esteWatch : { options : { dirs : [ 'src/**/' , 'tests/**/' ] } ,
文件列表
grunt-phpunit-onefile-master.zip
(预估有个10文件)
grunt-phpunit-onefile-master
composer.json
216B
package.json
733B
tasks
grunt-phpunit-onefile.js
1KB
tests
UserTest.php
128B
Gruntfile.js
764B
src
Book.php
25B
暂无评论