Skip improper Authentication success tests

This commit is contained in:
Benoît Burnichon
2016-03-01 12:42:10 +01:00
parent cfcc24e9bb
commit 2cef849b68

View File

@@ -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);
}