Skip to content

Commit

Permalink
DEP Use PHPUnit 11
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Sep 6, 2024
1 parent 392a8c2 commit c8c1365
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"guzzlehttp/guzzle": "^7.5"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpunit/phpunit": "^11.3",
"squizlabs/php_codesniffer": "^3",
"symfony/thanks": "^1.2",
"silverstripe/standards": "^1",
Expand Down
2 changes: 1 addition & 1 deletion tests/Model/PackageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class PackageTest extends SapphireTest
{
public function providePackageNamesAndTitles()
public static function providePackageNamesAndTitles()
{
return [
['pretendvendor/silverstripe-prefixedpackage', 'prefixedpackage'],
Expand Down
2 changes: 1 addition & 1 deletion tests/Util/ApiLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ protected function getCacheKey()
$inst->parseResponseContents($contents, $failureMessage);
}

public function provideParseResponseContentsEmpty(): array
public static function provideParseResponseContentsEmpty(): array
{
return [
[
Expand Down

0 comments on commit c8c1365

Please sign in to comment.