cpliakas / php-project-starter

A command line tool that allows developers to quickly create PHP applications that use common conventions and best-in-breed development tools.
MIT License
75 stars 23 forks source link

Make use of Composer's autoload-dev schema for loading test files #35

Closed cpliakas closed 9 years ago

cpliakas commented 9 years ago

Instead of registering the autoloader in the test's bootstrap.php file, we should make use of https://getcomposer.org/doc/04-schema.md#autoload-dev.