CacheTool\Command\ApcuCacheClearCommandTest::testCommand PHP Method

testCommand() public method

public testCommand ( )
    public function testCommand()
    {
        $this->assertHasApcu();
        $result = $this->runCommand('apcu:cache:clear -v');
        $this->assertContains('apcu_clear_cache()', $result);
    }
ApcuCacheClearCommandTest