mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 08:47:22 +01:00
Fixes using test cases on uses with tests
This commit is contained in:
@ -18,7 +18,7 @@ final class Printer implements HandlesArguments
|
||||
*/
|
||||
public function handleArguments(array $arguments): array
|
||||
{
|
||||
if (! array_key_exists('COLLISION_PRINTER', $_SERVER)) {
|
||||
if (!array_key_exists('COLLISION_PRINTER', $_SERVER)) {
|
||||
return $arguments;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user