CacheTool\Command\CommandTest::assertHasOpcache PHP Метод

assertHasOpcache() защищенный Метод

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