PHPUnit failing on Elgg? Update composer

FYI, if you get autoloading errors trying to run the PHPUnit suite, you may need to update Composer and re-install the dependencies:

$ cd path/to/elgg
$ composer self-update
$ composer install

#7557