PayPal\Test\Cache\AuthorizationCacheTest::testCachePullNonExisting PHP Method

testCachePullNonExisting() public method

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