Revision 7321b950c8b2d149ddfebc2843be478e68e70c03

Committed on 04/10/2014 5:24 am by Christophe Coevoet <stof@notk.org> [GitHub Diff]

Fixed the retrieval of the autoloader for tests

require_once returns a boolean rather than the return value of the file when it skips the inclusion because it was already done, thus breaking the retrieval. The Composer autoload.php file is specifically designed to allow requiring it multiple times safely.