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);
    }