Skip to content

Commit

Permalink
Fixing test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Oct 30, 2024
1 parent d1bd486 commit 38fdd28
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 10 deletions.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
},
"require-dev": {
"aik099/coding-standard": "dev-master",
"yoast/phpunit-polyfills": "^1.0"
"yoast/phpunit-polyfills": "^2.0",
"phpspec/prophecy": "^1.10",
"console-helpers/prophecy-phpunit": "^3.0"
},
"autoload": {
"psr-4": {
Expand Down
67 changes: 59 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class ContainerTest extends BaseContainerTest
{

public function instanceDataProvider()
public static function instanceDataProvider()
{
$instance_data = parent::instanceDataProvider();

Expand Down

0 comments on commit 38fdd28

Please sign in to comment.