Skip to content

Commit

Permalink
Make more data providers static
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 19, 2024
1 parent 9f8a009 commit 5c03ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ProcessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public function testInvalidCommand(Process $process)
$this->assertSame('\\' === \DIRECTORY_SEPARATOR ? 1 : 127, $process->run());
}

public function invalidProcessProvider()
public static function invalidProcessProvider(): array
{
return [
[new Process(['invalid'])],
Expand Down

0 comments on commit 5c03ee6

Please sign in to comment.