| Index: pkg/analysis_server/test/integration/integration_test_methods.dart
|
| diff --git a/pkg/analysis_server/test/integration/integration_test_methods.dart b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| index ec5fdb3700c8d47a9d625a3fd5c2dec811cbf942..6f3bb56589335dcc92ddd37253340133cf20a678 100644
|
| --- a/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| +++ b/pkg/analysis_server/test/integration/integration_test_methods.dart
|
| @@ -141,6 +141,11 @@ abstract class IntegrationTestMixin {
|
| *
|
| * The current status of analysis, including whether analysis is being
|
| * performed and if so what is being analyzed.
|
| + *
|
| + * pub ( optional PubStatus )
|
| + *
|
| + * The current status of pub execution, indicating whether we are currently
|
| + * running pub.
|
| */
|
| Stream<ServerStatusParams> onServerStatus;
|
|
|
|
|