Could anyone help me understand the reasons that why these unit tests are failing at CI while they pass on local setup.
The repository is at https://github.com/jabranr/test-ci
The tests are at https://travis-ci.org/jabranr/test-ci
The tests fail in CI with a fatal error saying: PHP Fatal error: Class 'JRI\JabranCI\Exception\FooBarException' not found in /home/travis/build/jabranr/test-ci/test/exception/FooBarExceptionTest.php on line 11
The package uses the PSR-4 autoloading. Here is the composer.json and phpunit configuration. Thank you in advance!