Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #8421, comment 8


Ignore:
Timestamp:
04/07/2021 02:18:06 AM (4 years ago)
Author:
espellcaste
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8421, comment 8

    initial v1  
    55- introduces an unit tests workflow action. Currently only PHP 7.4 and 8.0 are tested. WordPress 5.7 and WordPress master.
    66
    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.
     7The 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.
    88
    9 Please, remember make sure your local version has the path as `BuddyPress`.
     9Please, make sure your local version has the path as `BuddyPress` in the package.json script command.
    1010
    1111Here is a temporary pull request I've been using for testing purposes: https://github.com/renatonascalves/BuddyPress/pull/1