CacheTool\Command\OpcacheResetCommandTest::testCommand PHP Метод

testCommand() публичный Метод

public testCommand ( )
    public function testCommand()
    {
        $this->assertHasOpcache();
        $result = $this->runCommand('opcache:reset -v');
        $this->assertContains('opcache_reset()', $result);
    }
OpcacheResetCommandTest