Skip to content

Commit

Permalink
ci: Fix locale value
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent4vx committed Jan 5, 2023
1 parent dcb3ea9 commit ea4e6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Expand Up @@ -8,5 +8,5 @@
ini_set("session.use_trans_sid",1);
@session_start();

Locale::setDefault('en-EN');
Locale::setDefault('en_US');
date_default_timezone_set('Europe/Paris');

0 comments on commit ea4e6c5

Please sign in to comment.