Skip to content

Commit

Permalink
serial
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Oct 23, 2024
1 parent 99cdfec commit cc66c5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/phpunit/src/Misc/TelemetryHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public static function providerTestEnvironmentProvider(): array
}

/**
* @group serial
* @dataProvider providerTestEnvironmentProvider()
*/
public function testEnvironmentProvider(string $provider, array $envVars): void
Expand All @@ -65,6 +66,8 @@ public function testEnvironmentProvider(string $provider, array $envVars): void
/**
* Test the getEnvironmentProvider method when no environment provider is
* detected.
*
* @group serial
*/
public function testGetEnvironmentProviderWithoutAnyEnvSet(): void
{
Expand Down Expand Up @@ -98,6 +101,7 @@ public static function providerTestAhEnvNormalization(): array
* The Acquia hosting environment.
* @param string $expected
* The expected normalized environment.
* @group serial
*/
public function testAhEnvNormalization(string $ah_env, string $expected): void
{
Expand Down

0 comments on commit cc66c5f

Please sign in to comment.