Skip to content

Commit

Permalink
note to handle inactive
Browse files Browse the repository at this point in the history
  • Loading branch information
Firehed committed Aug 28, 2023
1 parent 1b21fc0 commit 58bebb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/CreateResponseWithChallengeManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ public function useFromClientDataJSON(string $base64Url): ?ChallengeInterface
}
};
}

public function testFailIfNoActiveChallenge(): void
{
self::markTestIncomplete();
}
}
5 changes: 5 additions & 0 deletions tests/GetResponseWithChallengeManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ public function useFromClientDataJSON(string $base64Url): ?ChallengeInterface
}
};
}

public function testFailIfNoActiveChallenge(): void
{
self::markTestIncomplete();
}
}

0 comments on commit 58bebb7

Please sign in to comment.