Pantheon\Terminus\UnitTests\Commands\Backup\Automatic\EnableCommandTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->command = new EnableCommand($this->sites);
        $this->command->setLogger($this->logger);
        $this->command->setSites($this->sites);
        $this->workflow = $this->getMockBuilder(Workflow::class)->disableOriginalConstructor()->getMock();
    }