Skip to content

Commit 28f9ffd

Browse files
committed
remaing to php-mock-integration
1 parent a66d5c3 commit 28f9ffd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
This is a support package for PHP-Mock integration into other frameworks.
44
You'll find these integrations:
55

6-
- [php-mock/phpunit](https://github.com/php-mock/phpunit) - PHPUnit integration
6+
- [php-mock/php-mock-phpunit](https://github.com/php-mock/php-mock-phpunit) - PHPUnit integration
77

8-
- [php-mock/mockery](https://github.com/php-mock/mockery) - Mockery integration
8+
- [php-mock/php-mock-mockery](https://github.com/php-mock/php-mock-mockery) - Mockery integration
99

1010
# License and authors
1111

@@ -17,4 +17,4 @@ Responsable for this project is Markus Malkusch [email protected].
1717
If you like PHP-Mock and feel generous donate a few Bitcoins here:
1818
[1335STSwu9hST4vcMRppEPgENMHD2r1REK](bitcoin:1335STSwu9hST4vcMRppEPgENMHD2r1REK)
1919

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "php-mock/integration",
2+
"name": "php-mock/php-mock-integration",
33
"type": "library",
44
"description": "Integration package for PHP-Mock",
55
"keywords": ["mock", "stub", "test double", "function", "test", "TDD", "BDD"],
6-
"homepage": "https://github.com/php-mock/integration",
6+
"homepage": "https://github.com/php-mock/php-mock-integration",
77
"license": "WTFPL",
88
"authors": [
99
{

0 commit comments

Comments
 (0)