Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit e14ab6b

Browse files
committed
mockery
1 parent 677e25f commit e14ab6b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "4.8.*|5.7.*",
22-
"mockery/mockery": "^0.9.9"
22+
"mockery/mockery": "^0.9|^1.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

tests/test-session-store.php

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
class Session_Store_Test extends WP_UnitTestCase {
77

88
public function tearDown() {
9+
parent::tearDown();
910
m::close();
1011
}
1112

0 commit comments

Comments
 (0)