Skip to content

Commit

Permalink
Skip OAuthProvider in AdapterCompatibilityTest
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Oct 27, 2024
1 parent 50ae86f commit 2cb8ab0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Internal/NativeAdapter/ClassFixtures.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
];

/**
Expand Down

0 comments on commit 2cb8ab0

Please sign in to comment.