mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-30 03:43:40 +01:00
mark test as skiped, if cache-provider throws Exception because missing PHP extension
This commit is contained in:
parent
a90087b81c
commit
630175178e
@ -120,7 +120,7 @@ class CacheTest extends TestCase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (\Exception $e) {
|
catch (\Exception $e) {
|
||||||
error_log($e->getMessage());
|
$this->markTestSkipped($e->getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user