Browse Source

Add An Simple testing framework: Pest

pull/1130/head
Zero 5 years ago
parent
commit
770e17049d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

313
 * [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing.
313
 * [Mink](http://mink.behat.org/en/latest/) - Web acceptance testing.
314
 * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
314
 * [Mockery](https://github.com/mockery/mockery) - A mock object library for testing.
315
 * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.
315
 * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.
316
+* [Pest](https://pestphp.com/) - A Testing Framework with a focus on simplicity. It was carefully crafted to bring the joy of testing to PHP.
316
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
317
 * [Peridot](https://github.com/peridot-php/peridot) - An event driven test framework.
317
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
318
 * [Phake](https://github.com/mlively/Phake) - Another mock object library for testing.
318
 * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.
319
 * [Pho](https://github.com/danielstjules/pho) - Another behaviour driven development testing framework.

Loading…
Cancel
Save