Make WordPress Core

Ticket #41698: 41698.diff

File 41698.diff, 519 bytes (added by netweb, 8 years ago)
  • Gruntfile.js

     
    454454                                cmd: 'phpunit',
    455455                                args: ['--verbose', '-c', 'tests/phpunit/multisite.xml']
    456456                        },
     457                        'ms-files': {
     458                                cmd: 'phpunit',
     459                                args: ['--verbose', '-c', 'tests/phpunit/multisite.xml', '--group', 'ms-files']
     460                        },
    457461                        'external-http': {
    458462                                cmd: 'phpunit',
    459463                                args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'external-http']