Skip to content

Commit

Permalink
Remove duplicate annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
yuktea committed May 6, 2022
1 parent 0820860 commit ed4352b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Unit/SDK/Trace/TracerProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public function test_get_tracer_with_default_name(): void
/**
* @covers ::shutdown
* @group trace-compliance
* @group trace-compliance
*/
public function test_shutdown(): void
{
Expand All @@ -137,7 +136,6 @@ public function test_shutdown(): void
/**
* @covers ::forceFlush
* @group trace-compliance
* @group trace-compliance
*/
public function test_force_flush(): void
{
Expand Down Expand Up @@ -165,7 +163,6 @@ public function test_get_sampler(): void
/**
* @covers ::getTracer
* @group trace-compliance
* @group trace-compliance
*/
public function test_get_tracer_returns_noop_tracer_after_shutdown(): void
{
Expand Down

0 comments on commit ed4352b

Please sign in to comment.