File tree Expand file tree Collapse file tree 4 files changed +17
-11
lines changed
Bundle/FrameworkBundle/Tests/Functional
Component/Security/Core/Resources/translations Expand file tree Collapse file tree 4 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ before_install:
121
121
# php.ini configuration
122
122
(
123
123
for PHP in $TRAVIS_PHP_VERSION $php_extra; do
124
- (cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
124
+ ([[ $PHP != 7.4 ]] && phpenv global $PHP 2>/dev/null) || ( cd / && wget https://storage.googleapis.com/travis-ci-language-archives/php/binaries/ubuntu/18.04/x86_64/php-$PHP.tar.bz2 -O - | tar -xj) &
125
125
done
126
126
wait
127
127
)
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
Original file line number Diff line number Diff line change 70
70
<source >Invalid or expired login link.</source >
71
71
<target >Ogiltig eller utgången inloggningslänk.</target >
72
72
</trans-unit >
73
+ <trans-unit id =" 19" >
74
+ <source >Too many failed login attempts, please try again in %minutes% minute.</source >
75
+ <target >För många misslyckade inloggningsförsök, försök igen om %minutes% minut.</target >
76
+ </trans-unit >
77
+ <trans-unit id =" 20" >
78
+ <source >Too many failed login attempts, please try again in %minutes% minutes.</source >
79
+ <target >För många misslyckade inloggningsförsök, försök igen om %minutes% minuter.</target >
80
+ </trans-unit >
73
81
</body >
74
82
</file >
75
83
</xliff >
Original file line number Diff line number Diff line change 70
70
<source >Invalid or expired login link.</source >
71
71
<target >ลิงค์เข้าสู่ระบบไม่ถูกต้องหรือหมดอายุไปแล้ว</target >
72
72
</trans-unit >
73
+ <trans-unit id =" 19" >
74
+ <source >Too many failed login attempts, please try again in %minutes% minute.</source >
75
+ <target >มีความพยายามเข้าสู่ระบบล้มเหลวมากเกินไป โปรดลองอีกครั้งใน %minutes% นาที</target >
76
+ </trans-unit >
77
+ <trans-unit id =" 20" >
78
+ <source >Too many failed login attempts, please try again in %minutes% minutes.</source >
79
+ <target >มีความพยายามเข้าสู่ระบบล้มเหลวมากเกินไป โปรดลองอีกครั้งใน %minutes% นาที</target >
80
+ </trans-unit >
73
81
</body >
74
82
</file >
75
83
</xliff >
You can’t perform that action at this time.
0 commit comments