Sfoglia il codice sorgente

Add An Simple testing framework: Pest

pull/1438/head
Zero 6 anni fa
parent
commit
76cdfc863a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      README.md

+ 1
- 0
README.md Vedi 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…
Annulla
Salva