CacheTool\Command\CommandTest::assertHasOpcache PHP Method

assertHasOpcache() protected method

protected assertHasOpcache ( )
    protected function assertHasOpcache()
    {
        if (!extension_loaded('Zend OPcache') || !ini_get('opcache.enable_cli')) {
            $this->markTestSkipped('OPcache extension is not loaded.');
        }
    }