mark test as skiped, if cache-provider throws Exception because missing PHP extension

This commit is contained in:
Ralf Becker 2016-07-14 16:07:09 +02:00
parent 1cdbbec58a
commit ea56836a17

View File

@ -120,7 +120,7 @@ class CacheTest extends TestCase
}
}
catch (\Exception $e) {
error_log($e->getMessage());
$this->markTestSkipped($e->getMessage());
}
}