PayPal\Test\Cache\AuthorizationCacheTest::testCachePullNonExisting PHP Метод

testCachePullNonExisting() публичный Метод

    public function testCachePullNonExisting()
    {
        $result = AuthorizationCache::pull(array('cache.enabled' => true, 'cache.FileName' => AuthorizationCacheTest::CACHE_FILE), 'clientIdUndefined');
        $this->assertNull($result);
    }