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 a90087b81c
commit 630175178e

View File

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