Skip to:
Content

bbPress.org

Changeset 5342


Ignore:
Timestamp:
04/24/2014 03:24:05 AM (10 years ago)
Author:
netweb
Message:

Use correct PHPUnit configuration file phpunit.xml.dist for Grunt task grunt phpunit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r5333 r5342  
    196196            'default': {
    197197                cmd: 'phpunit',
    198                 args: ['-c', 'phpunit.xml']
     198                args: ['-c', 'phpunit.xml.dist']
    199199            },
    200200            multisite: {
Note: See TracChangeset for help on using the changeset viewer.