UNPKG

grunt-phpunit-runner

Version:
15 lines (12 loc) 156 B
'use strict'; module.exports = function () { return { demo: { options: {}, files: { multi: '**/*.php', single: 'reports' } } }; };