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

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

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