Contributors: Add CSV report of inactive contributors

This commit is contained in:
Ian Dunn 2023-11-03 17:28:52 -07:00
parent add3f255fb
commit 5fea7fa59a
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
4 changed files with 193 additions and 3 deletions

View file

@ -78,6 +78,12 @@ class Test_Stats extends WP_UnitTestCase {
'Training Team' => 1,
),
'inactive_contributor_ids' => array(
0 => 9,
1 => 11,
2 => 13,
),
'companies' => 2,
'company_sponsored_contributors' => 2,
'self_sponsored_contributors' => 3,