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 6cd3570 commit d8e99f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"require-dev": {
"composer/composer": "^2",
"phpunit/phpunit": "^9.6",
"phpunit/phpunit": "^11.3",
"squizlabs/php_codesniffer": "^3.7"
}
}
2 changes: 1 addition & 1 deletion tests/Methods/LibraryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function testResourcesDir($expected, $projectPath)
$this->assertEquals($expected, $lib->getResourcesDir());
}

public function resourcesDirProvider()
public static function resourcesDirProvider()
{
return [
['_resources', 'ss43'],
Expand Down

0 comments on commit d8e99f6

Please sign in to comment.