Pantheon\Terminus\UnitTests\Commands\Env\ClearCacheCommandTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->command = new ClearCacheCommand($this->getConfig());
        $this->command->setSites($this->sites);
        $this->command->setLogger($this->logger);
    }
ClearCacheCommandTest