You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since PHPUnit dropped phpspec/prophecy from its dependencies (sebastianbergmann/phpunit#5033), the following errors are triggered when running the testsuite with latest PHPUnit with, e.g., Monolog 2.
There were 4 errors:
1) Monolog\Handler\RedisHandlerTest::testPredisHandle
PHPUnit\Framework\Exception: This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".
/tmp/autopkgtest-lxc.gay1cg9e/downtmp/build.3UJ/src/tests/Monolog/Handler/RedisHandlerTest.php:45
2) Monolog\Handler\RedisPubSubHandlerTest::testPredisHandle
PHPUnit\Framework\Exception: This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".
/tmp/autopkgtest-lxc.gay1cg9e/downtmp/build.3UJ/src/tests/Monolog/Handler/RedisPubSubHandlerTest.php:47
3) Monolog\LoggerTest::testLog
PHPUnit\Framework\Exception: This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".
/tmp/autopkgtest-lxc.gay1cg9e/downtmp/build.3UJ/src/tests/Monolog/LoggerTest.php:148
4) Monolog\LoggerTest::testLogNotHandled
PHPUnit\Framework\Exception: This test uses TestCase::prophesize(), but phpspec/prophecy is not installed. Please run "composer require --dev phpspec/prophecy".
/tmp/autopkgtest-lxc.gay1cg9e/downtmp/build.3UJ/src/tests/Monolog/LoggerTest.php:164
Regards
David
The text was updated successfully, but these errors were encountered:
Hi,
Since PHPUnit dropped phpspec/prophecy from its dependencies (sebastianbergmann/phpunit#5033), the following errors are triggered when running the testsuite with latest PHPUnit with, e.g., Monolog 2.
Regards
David
The text was updated successfully, but these errors were encountered: