ScriptFUSIONTest\Integration\Porter\Connector\CachingConnectorTest::testCacheEnabled PHP 메소드

testCacheEnabled() 공개 메소드

public testCacheEnabled ( )
    public function testCacheEnabled()
    {
        self::assertSame('foo', $this->connector->fetch('baz', $this->options));
        self::assertSame('foo', $this->connector->fetch('baz', $this->options));
    }