We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3127f97 commit e13c17aCopy full SHA for e13c17a
tests/Foundation/FoundationHelpersTest.php
@@ -266,7 +266,7 @@ public function testFakeUsesLocale()
266
// Should fallback to en_US
267
$this->assertSame('Arkansas', fake()->state());
268
$this->assertSame('Australian Capital Territory', fake('en_AU')->state());
269
- $this->assertSame('Guadeloupe', fake('fr_FR')->region());
+ $this->assertSame('Provence-Alpes-Côte d\'Azur', fake('fr_FR')->region());
270
271
app()->instance('config', new ConfigRepository(['app' => ['faker_locale' => 'en_AU']]));
272
mt_srand(4, MT_RAND_PHP);
0 commit comments