Pantheon\Terminus\UnitTests\Commands\Upstream\InfoCommandTest::setUp PHP Метод

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

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->command = new InfoCommand($this->getConfig());
        $this->command->setSession($this->session);
    }
InfoCommandTest