Remove `peridot-php/peridot`

It doesn't support PHP 8 and isn't maintained.
This commit is contained in:
Alexander Kartavenko 2024-01-25 16:52:31 +02:00 committed by GitHub
parent 0bf51c650d
commit 16ac9d342b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -319,7 +319,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
* [Nette Tester](https://github.com/nette/tester) - A productive and enjoyable parallel unit testing framework.
* [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit.
* [Pest](https://pestphp.com/) - A testing framework with a focus on simplicity.
* [Peridot](https://github.com/peridot-php/peridot) - An event-driven test framework.
* [Phake](https://github.com/phake/phake) - Another mock object library for testing.
* [Pho](https://github.com/danielstjules/pho) - Another behavior-driven development testing framework.
* [PHP-Mock](https://github.com/php-mock/php-mock) - A mock library for built-in PHP functions (e.g. time()).