File tree 1 file changed +0
-10
lines changed
src/Symfony/Bundle/FrameworkBundle/Tests/Functional
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,6 @@ public function testRedisCachePools()
39
39
throw $ e ;
40
40
}
41
41
$ 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 ());
47
42
} catch (InvalidArgumentException $ e ) {
48
43
if (0 !== strpos ($ e ->getMessage (), 'Redis connection ' )) {
49
44
throw $ e ;
@@ -67,11 +62,6 @@ public function testRedisCustomCachePools()
67
62
throw $ e ;
68
63
}
69
64
$ this ->markTestSkipped ($ e ->getMessage ());
70
- } catch (\PHPUnit \Framework \Error \Warning $ e ) {
71
- if (0 !== strpos ($ e ->getMessage (), 'unable to connect to ' )) {
72
- throw $ e ;
73
- }
74
- $ this ->markTestSkipped ($ e ->getMessage ());
75
65
}
76
66
}
77
67
You can’t perform that action at this time.
0 commit comments