Pantheon\Terminus\UnitTests\Commands\Multidev\CreateCommandTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->command = new CreateCommand($this->getConfig());
        $this->command->setLogger($this->logger);
        $this->command->setSites($this->sites);
        $this->environments->method('create')->willReturn($this->workflow);
    }