File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/Symfony/Bundle/FrameworkBundle/Tests/Functional Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,6 @@ public function testRedisCachePools()
3939 throw $ e ;
4040 }
4141 $ this ->markTestSkipped ($ e ->getMessage ());
42- } catch (\PHPUnit \Framework \Error \Warning $ e ) {
43- if (0 !== strpos ($ e ->getMessage (), 'unable to connect to ' )) {
44- throw $ e ;
45- }
46- $ this ->markTestSkipped ($ e ->getMessage ());
4742 } catch (InvalidArgumentException $ e ) {
4843 if (0 !== strpos ($ e ->getMessage (), 'Redis connection ' )) {
4944 throw $ e ;
@@ -67,11 +62,6 @@ public function testRedisCustomCachePools()
6762 throw $ e ;
6863 }
6964 $ this ->markTestSkipped ($ e ->getMessage ());
70- } catch (\PHPUnit \Framework \Error \Warning $ e ) {
71- if (0 !== strpos ($ e ->getMessage (), 'un
5919
able to connect to ' )) {
72- throw $ e ;
73- }
74- $ this ->markTestSkipped ($ e ->getMessage ());
7565 }
7666 }
7767
You can’t perform that action at this time.
0 commit comments