private function OauthTokenFileStorageTest::tokenDirectoryUri in Apigee Edge 8
Returns the URI of the token directory.
Return value
string Token directory URI.
1 call to OauthTokenFileStorageTest::tokenDirectoryUri()
- OauthTokenFileStorageTest::tokenFileUri in tests/
src/ Kernel/ OauthTokenFileStorageTest.php - Returns the URI of the token file.
File
- tests/
src/ Kernel/ OauthTokenFileStorageTest.php, line 105
Class
- OauthTokenFileStorageTest
- OAuth cache storage tests.
Namespace
Drupal\Tests\apigee_edge\KernelCode
private function tokenDirectoryUri() : string {
return $this->vfsRoot
->url() . '/' . static::CUSTOM_TOKEN_DIR;
}