mirror of
https://github.com/flutter/flutter
synced 2024-11-05 18:37:51 +00:00
321abcbe4f
* Adds fix for `IntegrationTestWidgetsFlutterBinding.runTest(timeout)` to support first round of deprecations for `flutter_test` Resolves #124346
25 lines
921 B
YAML
25 lines
921 B
YAML
# Copyright 2014 The Flutter Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
# For details regarding the *Flutter Fix* feature, see
|
|
# https://flutter.dev/docs/development/tools/flutter-fix
|
|
|
|
# Please add new fixes to the top of the file, separated by one blank line
|
|
# from other fixes. In a comment, include a link to the PR where the change
|
|
# requiring the fix was made.
|
|
|
|
# Every fix must be tested. See the
|
|
# flutter/packages/integration_test/lib/fix_data/README.md file for instructions
|
|
# on testing these data driven fixes.
|
|
|
|
# For documentation about this file format, see
|
|
# https://dart.dev/go/data-driven-fixes.
|
|
|
|
# * Fixes in this file are [for CLASS] from the <XXX> file. *
|
|
|
|
# Uncomment version & transforms, and follow with fixes.
|
|
# version: 1
|
|
# transforms:
|
|
|
|
# Before adding a new fix: read instructions at the top of this file.
|