From 86dfdc3fd8ce2752a1d39cade17c106d0b56b923 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Tue, 17 Dec 2024 17:23:45 +0100 Subject: [PATCH] test: Add capabilities tests Signed-off-by: provokateurin --- tests/lib/Capabilities.php | 21 +++++++++++++++++ tests/lib/PublicCapabilities.php | 21 +++++++++++++++++ tests/openapi-administration.json | 39 +++++++++++++++++++++++++++++++ tests/openapi-ex_app.json | 39 +++++++++++++++++++++++++++++++ tests/openapi-federation.json | 39 +++++++++++++++++++++++++++++++ tests/openapi-full.json | 39 +++++++++++++++++++++++++++++++ tests/openapi.json | 39 +++++++++++++++++++++++++++++++ 7 files changed, 237 insertions(+) create mode 100644 tests/lib/Capabilities.php create mode 100644 tests/lib/PublicCapabilities.php diff --git a/tests/lib/Capabilities.php b/tests/lib/Capabilities.php new file mode 100644 index 0000000..fd415d5 --- /dev/null +++ b/tests/lib/Capabilities.php @@ -0,0 +1,21 @@ +