Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #45131


Ignore:
Timestamp:
10/19/2018 01:39:43 PM (7 years ago)
Author:
danielbachhuber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45131 – Description

    initial v2  
    77However, when Grunt runs `phpunit -c tests/phpunit/multisite.xml --verbose` from the project root, `<exclude>` paths are calculated relative to the location of `multisite.xml`.
    88
     9I ''think'' [25294] is wrong, and the path should be:
     10
     11{{{
     12<exclude>tests/actions/closures.php</exclude>
     13}}}
     14
    915Maybe PHPUnit changed how it calculate paths? Here's how I discovered it:
    1016