From 2cb8ab05d9f8cfc4ae9186ef9a5ed484fb1f4966 Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Sun, 27 Oct 2024 04:33:46 +0300 Subject: [PATCH] Skip OAuthProvider in AdapterCompatibilityTest --- tests/Internal/NativeAdapter/ClassFixtures.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Internal/NativeAdapter/ClassFixtures.php b/tests/Internal/NativeAdapter/ClassFixtures.php index d23cdc8..cf00dc4 100644 --- a/tests/Internal/NativeAdapter/ClassFixtures.php +++ b/tests/Internal/NativeAdapter/ClassFixtures.php @@ -68,6 +68,8 @@ public static function get(): array 'ZMQContext' => true, // getMethod(remove).getNumberOfRequiredParameters(): failed asserting that 1 is identical to 2 'ZMQPoll' => true, + // Fatal error: OAuthProvider::__construct(): For the CLI sapi parameters must be set first via OAuthProvider::__construct(array("oauth_param" => "value", ...)) + 'OAuthProvider' => true, ]; /**