Browse Source

Remove `HTTP Mock`

It doesn't support PHP 8 and isn't maintained.
pull/1245/head
Alexander Kartavenko 1 year ago
parent
commit
c948830f1b
No account linked to committer's email address
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      README.md

+ 0
- 1
README.md View File

312
 * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
312
 * [Codeception](https://github.com/Codeception/Codeception) - A full stack testing framework.
313
 * [Faker](https://github.com/fakerphp/faker) - A fake data generator library.
313
 * [Faker](https://github.com/fakerphp/faker) - A fake data generator library.
314
 * [Foundry](https://github.com/zenstruck/foundry) - A fixture factory generation library for Doctrine.
314
 * [Foundry](https://github.com/zenstruck/foundry) - A fixture factory generation library for Doctrine.
315
-* [HTTP Mock](https://github.com/InterNations/http-mock) - A library for mocking HTTP requests in unit tests.
316
 * [Infection](https://github.com/infection/infection) - An AST-based PHP Mutation testing framework.
315
 * [Infection](https://github.com/infection/infection) - An AST-based PHP Mutation testing framework.
317
 * [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
316
 * [Kahlan](https://github.com/kahlan/kahlan) - Full stack Unit/BDD testing framework with built-in stub, mock and code-coverage support.
318
 * [Mink](https://mink.behat.org/en/latest/) - Web acceptance testing.
317
 * [Mink](https://mink.behat.org/en/latest/) - Web acceptance testing.

Loading…
Cancel
Save