Changes between Initial Version and Version 2 of Ticket #45131
- Timestamp:
- 10/19/2018 01:39:43 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45131 – Description
initial v2 7 7 However, 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`. 8 8 9 I ''think'' [25294] is wrong, and the path should be: 10 11 {{{ 12 <exclude>tests/actions/closures.php</exclude> 13 }}} 14 9 15 Maybe PHPUnit changed how it calculate paths? Here's how I discovered it: 10 16