Skip to content

Commit 7d92d00

Browse files
committed
remaing to php-mock-mockery
1 parent f5650f5 commit 7d92d00

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Use [Composer](https://getcomposer.org/):
1414
```json
1515
{
1616
"require-dev": {
17-
"php-mock/mockery": "0.1"
17+
"php-mock/php-mock-mockery": "0.1"
1818
}
1919
}
2020
```
2121

2222
# Usage
2323

24-
[`PHPMockery::mock()`](http://php-mock.github.io/mockery/api/class-phpmock.mockery.PHPMockery.html#_mock)
24+
[`PHPMockery::mock()`](http://php-mock.github.io/php-mock-mockery/api/class-phpmock.mockery.PHPMockery.html#_mock)
2525
let's you build a function mock which can be equiped
2626
with Mockery's expectations. After your test you'll have to disable all created
2727
function mocks by calling `Mockery::close()`.
@@ -51,4 +51,4 @@ Responsable for this project is Markus Malkusch [email protected].
5151
If you like this project and feel generous donate a few Bitcoins here:
5252
[1335STSwu9hST4vcMRppEPgENMHD2r1REK](bitcoin:1335STSwu9hST4vcMRppEPgENMHD2r1REK)
5353

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

composer.json

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

0 commit comments

Comments
 (0)