mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 18:35:46 +03:00
Stats: Add stats for the % of contributors that are active.
This commit is contained in:
parent
0be2f859f9
commit
5f1d091185
4 changed files with 149 additions and 13 deletions
|
@ -36,7 +36,7 @@ class Test_Contributor extends WP_UnitTestCase {
|
|||
*/
|
||||
public function set_up() {
|
||||
parent::set_up();
|
||||
TestHelpers\database_set_up( self::$users['jane']->ID, self::$users['ashish']->ID );
|
||||
TestHelpers\database_set_up( array_values( wp_list_pluck( self::$users, 'ID' ) ) );
|
||||
reset_phpmailer_instance();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue