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