hoaproject / Test

The Hoa\Test library.
https://hoa-project.net/
11 stars 10 forks source link

Make `hoa test:run` work without Composer #68

Closed Hywan closed 8 years ago

Hywan commented 8 years ago

When we would like to test Central, we cannot use Composer autoloader. Now, with atoum 2.8, this is easier to use our own autoloader and so we could bring back/restore this cool feature to test whatever the library we want or all the libraries.