Skip to content

Commit 38fdd28

Browse files
committed
Fixing test suite
1 parent d1bd486 commit 38fdd28

File tree

3 files changed

+63
-10
lines changed

3 files changed

+63
-10
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
},
1717
"require-dev": {
1818
"aik099/coding-standard": "dev-master",
19-
"yoast/phpunit-polyfills": "^1.0"
19+
"yoast/phpunit-polyfills": "^2.0",
20+
"phpspec/prophecy": "^1.10",
21+
"console-helpers/prophecy-phpunit": "^3.0"
2022
},
2123
"autoload": {
2224
"psr-4": {

composer.lock

Lines changed: 59 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/ContainerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class ContainerTest extends BaseContainerTest
1818
{
1919

20-
public function instanceDataProvider()
20+
public static function instanceDataProvider()
2121
{
2222
$instance_data = parent::instanceDataProvider();
2323

0 commit comments

Comments
 (0)