From 4a70cd393b4dc87e976ea9616a9f902ec9e54930 Mon Sep 17 00:00:00 2001 From: Alexander Kartavenko Date: Thu, 25 Jan 2024 16:58:57 +0200 Subject: [PATCH] Remove `danielstjules/pho` It doesn't support PHP 8 and isn't maintained. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cbee44c..ea1d3e9 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,6 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT * [ParaTest](https://github.com/paratestphp/paratest) - A parallel testing library for PHPUnit. * [Pest](https://pestphp.com/) - A testing framework with a focus on simplicity. * [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()). * [PHP MySQL Engine](https://github.com/vimeo/php-mysql-engine) - A MySQL engine written in pure PHP. * [PHPSpec](https://github.com/phpspec/phpspec) - A design by specification unit testing library.