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 55class VerificationLocale
66{
77 private array $ allowedCodes = [
8- 'en-us ' ,
8+ 'fr-fr ' ,
99 'en-gb ' ,
10+ 'en-us ' ,
1011 'es-es ' ,
11- 'es-mx ' ,
1212 'es-us ' ,
1313 'it-it ' ,
14- 'fr-fr ' ,
1514 'de-de ' ,
16- 'ru-ru ' ,
17- 'hi-in ' ,
1815 'pt-br ' ,
1916 'pt-pt ' ,
17+ 'ru-ru ' ,
18+ 'hi-in ' ,
2019 '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 '
2145 ];
2246
2347 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
2929 $ this ->key = file_get_contents (__DIR__ . '/test.key ' );
3030 }
3131
32+ public function time (): int
33+ {
34+ return 1697209080 ;
35+ }
36+
3237 public function testAsArray (): void
3338 {
3439 $ credentials = new Keypair ($ this ->key , $ this ->application );
You can’t perform that action at this time.
0 commit comments