Fixed PHPUnit deprecation warnings

This commit is contained in:
Dylan K. Taylor
2023-06-04 14:00:26 +01:00
parent 2538880408
commit 92c45dd7e1
10 changed files with 15 additions and 15 deletions

View File

@ -27,7 +27,7 @@ use PHPUnit\Framework\TestCase;
class CommandStringHelperTest extends TestCase{
public function parseQuoteAwareProvider() : \Generator{
public static function parseQuoteAwareProvider() : \Generator{
yield [
'give "steve jobs" apple',
['give', 'steve jobs', 'apple']