File tree Expand file tree Collapse file tree 2 files changed +34
-5
lines changed
src/Verify2/VerifyObjects Expand file tree Collapse file tree 2 files changed +34
-5
lines changed Original file line number Diff line number Diff line change 5
5
class VerificationLocale
6
6
{
7
7
private array $ allowedCodes = [
8
- 'en-us ' ,
8
+ 'fr-fr ' ,
9
9
'en-gb ' ,
10
+ 'en-us ' ,
10
11
'es-es ' ,
11
- 'es-mx ' ,
12
12
'es-us ' ,
13
13
'it-it ' ,
14
- 'fr-fr ' ,
15
14
'de-de ' ,
16
- 'ru-ru ' ,
17
- 'hi-in ' ,
18
15
'pt-br ' ,
19
16
'pt-pt ' ,
17
+ 'ru-ru ' ,
18
+ 'hi-in ' ,
20
19
'id-id ' ,
20
+ 'he-il ' ,
21
+ 'yue-cn ' ,
22
+ 'ja-jp ' ,
23
+ 'ar-xa ' ,
24
+ 'cs-cz ' ,
25
+ 'cy-gb ' ,
26
+ 'el-gr ' ,
27
+ 'en-au ' ,
28
+ 'en-in ' ,
29
+ 'es-mx ' ,
30
+ 'fi-fi ' ,
31
+ 'fil-ph ' ,
32
+ 'fr-ca ' ,
33
+ 'hu-hu ' ,
34
+ 'is-is ' ,
35
+ 'nb-no ' ,
36
+ 'nl-nl ' ,
37
+ 'pl-pl ' ,
38
+ 'ro-ro ' ,
39
+ 'sv-se ' ,
40
+ 'th-th ' ,
41
+ 'tr-tr ' ,
42
+ 'vi-vn ' ,
43
+ 'zh-cn ' ,
44
+ 'zh-tw '
21
45
];
22
46
23
47
public function __construct (protected string $ code = 'en-us ' )
Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ public function setUp(): void
29
29
$ this ->key = file_get_contents (__DIR__ . '/test.key ' );
30
30
}
31
31
32
+ public function time (): int
33
+ {
34
+ return 1697209080 ;
35
+ }
36
+
32
37
public function testAsArray (): void
33
38
{
34
39
$ credentials = new Keypair ($ this ->key , $ this ->application );
You can’t perform that action at this time.
0 commit comments