Redis + RateLimiting Unit Test

This commit is contained in:
2024-04-24 10:11:54 +02:00
parent c13516c085
commit 18bb6bffa7
7 changed files with 202 additions and 10 deletions

View File

@@ -163,6 +163,10 @@ abstract class TestRequest extends Request {
public static function getEndpoint(string $prefix = ""): ?string {
return "test";
}
public static function getDescription(): string {
return "test description";
}
}
class RequestAllMethods extends TestRequest {