forked from wallabag/wallabag
Modernize to PHP 8.0
This commit is contained in:
@ -120,7 +120,7 @@ abstract class WallabagTestCase extends WebTestCase
|
||||
{
|
||||
try {
|
||||
$this->client->getContainer()->get(Client::class)->connect();
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Exception) {
|
||||
$this->markTestSkipped('Redis is not installed/activated');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user