settings->set(['locale' => 'en-US']); $license = License::factory()->create(); $this->assertEquals( 'https://example.com/en-US', $license->present()->dynamicUrl('https://example.com/{LOCALE}') ); } }