We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387b451 commit 9053aceCopy full SHA for 9053ace
src/Framework/TestSuite.php
@@ -11,7 +11,6 @@
11
12
use const PHP_EOL;
13
use function array_keys;
14
-use function array_map;
15
use function array_merge;
16
use function assert;
17
use function call_user_func;
@@ -312,10 +311,7 @@ public function name(): string
312
311
*/
313
public function groups(): array
314
{
315
- return array_map(
316
- 'strval',
317
- array_keys($this->groups),
318
- );
+ return array_keys($this->groups);
319
}
320
321
/**
0 commit comments