CacheTool\Command\OpcacheResetCommandTest::testCommand PHP Method

testCommand() public method

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