Skip to content

Commit 2457668

Browse files
committed
updating to php-mock-0.7
1 parent 28f9ffd commit 2457668

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

classes/MockDelegateFunction.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace {namespace};
22

3-
use malkusch\phpmock\functions\FunctionProvider;
3+
use phpmock\functions\FunctionProvider;
44

55
/**
66
* Function provider which delegates to a mockable MockDelegate.

classes/MockDelegateFunctionBuilder.php

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

33
namespace phpmock\integration;
44

5-
use malkusch\phpmock\ParameterBuilder;
5+
use phpmock\ParameterBuilder;
66

77
/**
88
* Defines a MockDelegateFunction.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": ">=5.4",
21-
"php-mock/php-mock": "0.6",
21+
"php-mock/php-mock": "0.7",
2222
"phpunit/php-text-template": "^1"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)