Pantheon\Terminus\UnitTests\Commands\Auth\MachineTokensListCommandTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->command = new ListCommand(new Config());
        $this->command->setSession($this->session);
        $this->command->setLogger($this->logger);
    }