Test
This commit is contained in:
commit
53f65de9d4
88 changed files with 3596 additions and 694 deletions
server/vendor/php-opencloud/common/tests/unit/Common/Auth
|
@ -53,7 +53,11 @@ class AuthHandlerTest extends TestCase
|
|||
}
|
||||
}
|
||||
|
||||
class FakeToken implements Token {
|
||||
public function getId() {}
|
||||
public function hasExpired() {}
|
||||
class FakeToken implements Token
|
||||
{
|
||||
public function getId(): string
|
||||
{}
|
||||
|
||||
public function hasExpired(): bool
|
||||
{}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue