Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit dce7a70

Browse files
committed
:octocat:
1 parent bdcfe0b commit dce7a70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Providers/ProviderTestAbstract.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ protected function setUp():void{
9494
$this->storage->storeAccessToken($this->provider->serviceName, new AccessToken(['accessToken' => 'foo']));
9595
}
9696

97+
/**
98+
* @return array
99+
*/
97100
abstract protected function getTestResponses():array;
98101

99102
/**

0 commit comments

Comments
 (0)