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));
    }