Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Progi1984 from maintainers #39

Merged
merged 1 commit into from Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion src/Helper/TeamHelper.php
Expand Up @@ -56,7 +56,6 @@ public static function getConfiguration(): array
'atomiix' => ['full-time' => true], # Thomas B.
'NeOMakinG' => ['full-time' => true], # Valentin S.
'matks' => ['full-time' => false], # Mathieu F.
'Progi1984' => ['full-time' => false], # Franck L.
'sowbiba' => ['full-time' => false], # Ibrahima S.
'kpodemski' => ['full-time' => false], # Krystian P.
'PululuK' => ['full-time' => false], # Pululu K.
Expand Down
6 changes: 0 additions & 6 deletions tests/Helper/ReviewStatsServiceTest.php
Expand Up @@ -87,7 +87,6 @@ public function testGetTeamStatsGroupedByLogin(): void
],
"jolelievre" => $emptyData,
"matthieu-rolland" => $emptyData,
"Progi1984" => $emptyData,
"atomiix" => [
"2021-12-01" => 3,
"2021-12-02" => 'no_data',
Expand Down Expand Up @@ -120,7 +119,6 @@ public function testGetTeamStatsGroupedByDay(): void
"matks" => 2,
"jolelievre" => 'no_data',
"matthieu-rolland" => 'no_data',
"Progi1984" => 'no_data',
"atomiix" => 2,
"NeOMakinG" => 'no_data',
"sowbiba" => 'no_data',
Expand All @@ -131,7 +129,6 @@ public function testGetTeamStatsGroupedByDay(): void
"matks" => 4,
"jolelievre" => 'no_data',
"matthieu-rolland" => 'no_data',
"Progi1984" => 'no_data',
"atomiix" => 'no_data',
"NeOMakinG" => 'no_data',
"sowbiba" => 'no_data',
Expand All @@ -142,7 +139,6 @@ public function testGetTeamStatsGroupedByDay(): void
"matks" => 3,
"jolelievre" => 'no_data',
"matthieu-rolland" => 'no_data',
"Progi1984" => 'no_data',
"atomiix" => 4,
"NeOMakinG" => 'no_data',
"sowbiba" => 'no_data',
Expand All @@ -153,7 +149,6 @@ public function testGetTeamStatsGroupedByDay(): void
"matks" => 2,
"jolelievre" => 'no_data',
"matthieu-rolland" => 'no_data',
"Progi1984" => 'no_data',
"atomiix" => 'no_data',
"NeOMakinG" => 'no_data',
"sowbiba" => 'no_data',
Expand All @@ -164,7 +159,6 @@ public function testGetTeamStatsGroupedByDay(): void
"matks" => 1,
"jolelievre" => 'no_data',
"matthieu-rolland" => 'no_data',
"Progi1984" => 'no_data',
"atomiix" => 3,
"NeOMakinG" => 'no_data',
"sowbiba" => 'no_data',
Expand Down
4 changes: 0 additions & 4 deletions tests/Helper/TeamHelperTest.php
Expand Up @@ -22,7 +22,6 @@ public function testGetTeam(): void
'atomiix',
'NeOMakinG',
'matks',
'Progi1984',
'sowbiba',
'kpodemski',
'PululuK',
Expand All @@ -39,7 +38,6 @@ public function testGetTeamAsKeys(): void
'atomiix' => [], # Thomas B.
'NeOMakinG' => [], # Valentin S.
'matks' => [], # Mathieu F.
'Progi1984' => [], # Franck L.
'sowbiba' => [], # Ibrahima S.
'kpodemski' => [], # Krystian P.
'PululuK' => [],
Expand All @@ -55,7 +53,6 @@ public function testReorderByTeamOrder(): void
'matks' => 1,
'sowbiba' => 62,
'jolelievre' => 28,
'Progi1984' => 91,
'PululuK' => 27,
'atomiix' => 82,
'NeOMakinG' => 2,
Expand All @@ -67,7 +64,6 @@ public function testReorderByTeamOrder(): void
'matks' => 1,
'jolelievre' => 28,
'matthieu-rolland' => 29,
'Progi1984' => 91,
'atomiix' => 82,
'NeOMakinG' => 2,
'sowbiba' => 62,
Expand Down