Pantheon\Terminus\UnitTests\HTTPS\RemoveCommandTest::setUp PHP Метод

setUp() публичный Метод

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