Your IP : 18.188.221.45


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/local/vendor/google/apiclient/tests/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/local/vendor/google/apiclient/tests/clearToken.php

<?php

include_once __DIR__ . '/bootstrap.php';
$test = new BaseTest();
$cacheItem = $test->getCache()->getItem('access_token');
print_r($cacheItem->get());
$test->getCache()->deleteItem('access_token');

echo "SUCCESS\n";