mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Skip improper Authentication success tests
This commit is contained in:
@@ -96,6 +96,7 @@ abstract class ProviderTestCase extends \PhraseanetTestCase
|
||||
*/
|
||||
public function testOnCallbackWithSuccess(ProviderInterface $provider, $request)
|
||||
{
|
||||
$this->markTestSkipped('Current implementation does not allow mocking guzzle responses properly');
|
||||
$provider->onCallback($request);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user