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

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

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