Changeset 40527
- Timestamp:
- 04/22/2017 08:24:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r40061 r40527 427 427 'default': { 428 428 cmd: 'phpunit', 429 args: ['- c', 'phpunit.xml.dist']429 args: ['--verbose', '-c', 'phpunit.xml.dist'] 430 430 }, 431 431 ajax: { 432 432 cmd: 'phpunit', 433 args: ['- c', 'phpunit.xml.dist', '--group', 'ajax']433 args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'ajax'] 434 434 }, 435 435 multisite: { 436 436 cmd: 'phpunit', 437 args: ['- c', 'tests/phpunit/multisite.xml']437 args: ['--verbose', '-c', 'tests/phpunit/multisite.xml'] 438 438 }, 439 439 'external-http': { 440 440 cmd: 'phpunit', 441 args: ['- c', 'phpunit.xml.dist', '--group', 'external-http']441 args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'external-http'] 442 442 }, 443 443 'restapi-jsclient': { 444 444 cmd: 'phpunit', 445 args: ['- c', 'phpunit.xml.dist', '--group', 'restapi-jsclient']445 args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'restapi-jsclient'] 446 446 } 447 447 },
Note: See TracChangeset
for help on using the changeset viewer.