Skip to content

Commit 3fe0a33

Browse files
committed
remaing to php-mock-phpunit
1 parent 2e1c789 commit 3fe0a33

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ Use [Composer](https://getcomposer.org/):
1010
```json
1111
{
1212
"require-dev": {
13-
"php-mock/phpunit": "0.1"
13+
"php-mock/php-mock-phpunit": "0.1"
1414
}
1515
}
1616
```
1717

1818
# Usage
1919

2020
PHP-Mock integrates with the trait
21-
[`PHPMock`](http://php-mock.github.io/phpunit/api/class-phpmock.phpunit.PHPMock.html)
21+
[`PHPMock`](http://php-mock.github.io/php-mock-phpunit/api/class-phpmock.phpunit.PHPMock.html)
2222
into your PHPUnit-4 test case. This trait extends the framework
2323
by the method
24-
[`getFunctionMock()`](http://php-mock.github.io/phpunit/api/class-phpmock.phpunit.PHPMock.html#_getFunctionMock).
24+
[`getFunctionMock()`](http://php-mock.github.io/php-mock-phpunit/api/class-phpmock.phpunit.PHPMock.html#_getFunctionMock).
2525
With this method you can build a mock in the way you are used to build a
2626
PHPUnit mock:
2727

@@ -76,4 +76,5 @@ Responsable for this project is Markus Malkusch [email protected].
7676
If you like this project and feel generous donate a few Bitcoins here:
7777
[1335STSwu9hST4vcMRppEPgENMHD2r1REK](bitcoin:1335STSwu9hST4vcMRppEPgENMHD2r1REK)
7878

79-
[![Build Status](https://travis-ci.org/php-mock/phpunit.svg?branch=master)](https://travis-ci.org/php-mock/phpunit)
79+
[![Build Status](https://travis-ci.org/php-mock/php-mock-phpunit.svg?branch=master)](https://travis-ci.org/php-mock/php-mock-phpunit)
80+

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "php-mock/phpunit",
2+
"name": "php-mock/php-mock-phpunit",
33
"type": "library",
44
"description": "Mock built-in PHP functions (e.g. time()) with PHPUnit. This package relies on PHP's namespace fallback policy. No further extension is needed.",
55
"keywords": ["phpunit", "mock", "stub", "test double", "function", "test", "TDD", "BDD"],
6-
"homepage": "https://github.com/php-mock/phpunit",
6+
"homepage": "https://github.com/php-mock/php-mock-phpunit",
77
"license": "WTFPL",
88
"authors": [
99
{
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": ">=5.4",
2121
"phpunit/phpunit": "^4",
22-
"php-mock/integration": "^0.2"
22+
"php-mock/php-mock-integration": "^0.2"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^0.9"

0 commit comments

Comments
 (0)