Changes between Version 1 and Version 2 of Ticket #46149, comment 70
- Timestamp:
- 08/06/2021 07:43:52 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46149, comment 70
v1 v2 9 9 I'd like to propose a configurable vendor directory constant in the bootstrap file (similar to how the wp-tests-config.php file can be configured with a constant (https://github.com/WordPress/wordpress-develop/commit/1e88432e34a5c8405c75e5a56977362766b4cf95) 10 10 11 This would allow me to add a custom vendor directory in my `phpunit.xml`.11 This would allow me to add a custom vendor directory location in my `phpunit.xml` (or elsewhere) 12 12 13 13 I've written (and tested) a patch that will allow this kind of setup and doesn't break the core tests lib (attached)