PayPal\Test\Cache\AuthorizationCacheTest::testCachePath PHP 메소드

testCachePath() 공개 메소드

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