Changes between Initial Version and Version 1 of Ticket #8421, comment 8
- Timestamp:
- 04/07/2021 02:18:06 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8421, comment 8
initial v1 5 5 - introduces an unit tests workflow action. Currently only PHP 7.4 and 8.0 are tested. WordPress 5.7 and WordPress master. 6 6 7 The main thing I'd like someone to test locally is the `phpunit-wp-config.php` changes. The 4.0 version of `@wordpress/wp-env` package updated the credentials, https://github.com/WordPress/gutenberg/blob/trunk/packages/env/lib/config/db-env.js#L8-L11, forcing us to update it here.7 The main thing I'd like someone to test locally is the `phpunit-wp-config.php` changes. The 4.0 version of the `@wordpress/wp-env` package updated the test mysql database credentials, https://github.com/WordPress/gutenberg/blob/trunk/packages/env/lib/config/db-env.js#L8-L11, forcing us to update it here. 8 8 9 Please, remember make sure your local version has the path as `BuddyPress`.9 Please, make sure your local version has the path as `BuddyPress` in the package.json script command. 10 10 11 11 Here is a temporary pull request I've been using for testing purposes: https://github.com/renatonascalves/BuddyPress/pull/1