We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26dcc5 commit 07f0268Copy full SHA for 07f0268
lib/Phpfastcache/Helper/TestHelper.php
@@ -257,6 +257,7 @@ public function exceptionHandler(\Throwable $exception)
257
{
258
if ($exception instanceof PhpfastcacheDriverCheckException) {
259
$this->printSkipText('A driver could not be initialized due to missing requirement: ' . $exception->getMessage());
260
+ $this->exitCode = 0;
261
} else {
262
$this->printFailText(\sprintf(
263
'Uncaught exception "%s" in "%s" line %d with message: "%s"',
0 commit comments