mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-07 19:25:44 +03:00
Contributors: Add CSV report of inactive contributors
This commit is contained in:
parent
add3f255fb
commit
5fea7fa59a
4 changed files with 193 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue