ScriptFUSIONTest\Integration\Porter\Connector\CachingConnectorTest::testCacheEnabled PHP Method

testCacheEnabled() public method

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