settings->set(['locale' => 'en-US']); $consumable = Consumable::factory()->create(['model_number' => 'MN-123']); $this->assertEquals( 'https://example.com/en-US/MN-123', $consumable->present()->dynamicUrl('https://example.com/{LOCALE}/{MODEL_NUMBER}') ); } }