Skip to content

Commit

Permalink
Merge pull request #296 from creative-commoners/pulls/5/locale
Browse files Browse the repository at this point in the history
MNT Do not set unit-test locale to US
  • Loading branch information
GuySartorelli authored Jan 27, 2025
2 parents 9564bce + 22cd0ca commit 5788611
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/php/SilverStripeContextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class SilverStripeContextTest extends SapphireTest

protected $backupGlobals = false;

protected bool $doSetSupportedModuleLocaleToUS = false;

public function testGetRegionObjThrowsExceptionOnUnknownSelector()
{
$this->expectException(\LogicException::class);
Expand Down

0 comments on commit 5788611

Please sign in to comment.