Skip to content

Commit

Permalink
Remove unused classes and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jan 2, 2024
1 parent e670c21 commit d973b50
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 67 deletions.
13 changes: 0 additions & 13 deletions tests/Support/InMemoryKeySet.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,6 @@ final class InMemoryKeySet implements KeySet
*/
public function __construct(private array $keys = []) {}

/**
* @param non-empty-string $id
*/
public function addKey(string $id, Key $key): void
{
$this->keys[$id] = $key;
}

public function callsToFindByKeyId(): int
{
return $this->invocations;
}

public function findKeyById(string $id): Key
{
++$this->invocations;
Expand Down
43 changes: 0 additions & 43 deletions tests/Support/ServiceAccount.php

This file was deleted.

11 changes: 0 additions & 11 deletions tests/Support/TestTokenBuilder.php

This file was deleted.

0 comments on commit d973b50

Please sign in to comment.