1. 首页
  2. 考试认证
  3. 其它
  4. grunt phpunit onefile

grunt phpunit onefile

上传者: 2024-10-15 08:59:04上传 ZIP文件 4.58KB 热度 6次

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

下载地址
用户评论