Skip to content

Commit 2078593

Browse files
committed
updating to php-mock-0.7
1 parent 7d92d00 commit 2078593

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

classes/MockDisabler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace phpmock\mockery;
44

5-
use malkusch\phpmock\Deactivatable;
5+
use phpmock\Deactivatable;
66
use Mockery\Mock;
77

88
/**

classes/PHPMockery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Mockery;
66
use Mockery\Expectation;
7-
use malkusch\phpmock\MockBuilder;
7+
use phpmock\MockBuilder;
88
use phpmock\integration\MockDelegateFunctionBuilder;
99

1010
/**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=5.4",
2121
"mockery/mockery": "^0.8",
22-
"php-mock/php-mock-integration": "^0.2"
22+
"php-mock/php-mock-integration": "^0.3"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^4"

tests/PHPMockeryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace phpmock\mockery;
44

5-
use malkusch\phpmock\AbstractMockTest;
5+
use phpmock\AbstractMockTest;
66
use Mockery;
77

88
/**

0 commit comments

Comments
 (0)