grunt phpunit onefile
grunt-phpunit-onefile这个插件监视源和测试文件的变化并执行phpunit。它使用grunt-este-watch安装npm install grunt-phpunit-onefile --save-dev。grunt.loadNpmTasks('phpunitOnefile');如果使用默认配置,运行grunt.registerTask('default', ['esteWatch']);。配置该模块依赖于grunt-este-watch。grunt.initConfig({ esteWatch: { options: { dirs: ['src/**/', 'tests/**/'] } });
下载地址
用户评论