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

testCachePath() public method

public testCachePath ( $config, $expected )
    public function testCachePath($config, $expected)
    {
        $result = AuthorizationCache::cachePath($config);
        $this->assertContains($expected, $result);
    }