Ticket #41698: 41698.diff
File 41698.diff, 519 bytes (added by , 8 years ago) |
---|
-
Gruntfile.js
454 454 cmd: 'phpunit', 455 455 args: ['--verbose', '-c', 'tests/phpunit/multisite.xml'] 456 456 }, 457 'ms-files': { 458 cmd: 'phpunit', 459 args: ['--verbose', '-c', 'tests/phpunit/multisite.xml', '--group', 'ms-files'] 460 }, 457 461 'external-http': { 458 462 cmd: 'phpunit', 459 463 args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'external-http']