Ticket #42282: 42282.2.diff
File 42282.2.diff, 927 bytes (added by , 7 years ago) |
---|
-
Gruntfile.js
453 454 cmd: 'phpunit', 454 455 args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'ajax'] 455 456 }, 457 'community-events': { 458 cmd: 'phpunit', 459 args: ['--verbose', '-c', 'phpunit.xml.dist', '--group', 'community-events'] 460 }, 456 461 multisite: { 457 462 cmd: 'phpunit', 458 463 args: ['--verbose', '-c', 'tests/phpunit/multisite.xml'] … … 725 731 files: [SOURCE_DIR + 'wp-admin/css/colors/**'], 726 732 tasks: ['sass:colors'] 727 733 }, 734 'php-community-events': { 735 files: [ 736 SOURCE_DIR + 'wp-admin/includes/*.php' 737 ], 738 tasks: ['clean:dynamic', 'copy:dynamic', 'phpunit:community-events'], 739 options: { 740 spawn: false, 741 interval: 2000 742 } 743 }, 728 744 rtl: { 729 745 files: [ 730 746 SOURCE_DIR + 'wp-admin/css/*.css',