Skip to content

Commit a7aebd7

Browse files
committed
Removed adaptToSmoke from AgentEnabledConfigComponentTest
1 parent e03787b commit a7aebd7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

tests/ElasticApmTests/ComponentTests/AgentEnabledConfigComponentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public static function dataProviderForTestWhenAgentIsDisabledItShouldNotSendAnyD
6464
->addKeyedDimensionOnlyFirstValueCombinable(OptionNames::ENABLED, [null, true . false])
6565
->build();
6666

67-
return self::adaptToSmoke(DataProviderForTestBuilder::convertEachDataSetToMixedMap($result));
67+
return DataProviderForTestBuilder::convertEachDataSetToMixedMap($result);
6868
}
6969

7070
/**

tests/ElasticApmTests/ComponentTests/Util/ComponentTestCaseBase.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,11 @@ protected static function implTestIsAutoInstrumentationEnabled(string $instrClas
254254
}
255255

256256
/**
257-
* @template TKey
258-
* @template TValue
257+
* @template T
259258
*
260-
* @param iterable<TKey, TValue> $variants
259+
* @param iterable<T> $variants
261260
*
262-
* @return iterable<TKey, TValue>
261+
* @return iterable<T>
263262
*/
264263
public static function adaptToSmoke(iterable $variants): iterable
265264
{

0 commit comments

Comments
 (0)