Skip to content

Commit 51150bd

Browse files
committed
Removes mockery references that are no longer needed.
1 parent 48a00a3 commit 51150bd

File tree

3 files changed

+3
-69
lines changed

3 files changed

+3
-69
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
"php-curl-class/php-curl-class": "^7.1"
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "^5.7",
20-
"mockery/mockery": "^0.9"
19+
"phpunit/phpunit": "^5.7"
2120
},
2221
"autoload": {
2322
"psr-4": {"DayRev\\Smmry\\": "src/"}

composer.lock

Lines changed: 1 addition & 66 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Integration/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* @see http://docs.mockery.io/en/latest/reference/phpunit_integration.html
77
*/
8-
class TestCase extends \Mockery\Adapter\Phpunit\MockeryTestCase
8+
class TestCase extends \PHPUnit_Framework_TestCase
99
{
1010
protected $config = [];
1111

0 commit comments

Comments
 (0)