Skip to content

Commit

Permalink
[ci] tag test as legacy due to deprecation notice
Browse files Browse the repository at this point in the history
- can drop legacy annotations once guard authenticators are no longer used
  • Loading branch information
jrushlow committed Sep 30, 2024
1 parent 0f8db87 commit 7763667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Client/ClientRegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@

class ClientRegistryTest extends TestCase
{
/**
* @group legacy
* @legacy drop legacy group when no longer using guard authenticators
*/
public function testShouldKnowWhatServicesAreConfigured()
{
$mockServiceMap = [
Expand Down

0 comments on commit 7763667

Please sign in to comment.