SIGN IN SIGN UP

[flutter_tools] standardize patterns for integration.shard (#64980)

Integration tests must only go through the real file system/process manager/platform. The global indirection makes this code harder to understand than if it directly referred to the concrete instances that are being used.

Update the integration shard to use a const instance of a LocalFIleSystem, LocalProcessManager, and LocalPlatform. Remove global usage and apply testWithoutContext.
J
Jonah Williams committed
6b444c4dd73ec3abe9ea8c136dd47ece0984c5a1
Parent: 46d1aba
Committed by GitHub <noreply@github.com> on 9/8/2020, 10:56:00 PM