php - Composer autoloading fails for PHPUnit -
Composers ran into my local machine as well as Travis CI ran into problems using the psr-4 autoloading feature and PHPUnit But there are problems. Unit tests are not able to receive my classes, while doing common scripts .
Of course there is something wrong with any configuration, but I did not know what I did. Thanks in advance for your help.
Here are my projects file structure:
- Public
- src /
- http /
- urlhelper. Php
- lib.php
- Test
- http /
- Blackberry /
- Http /
- urlhelper.test.php
- lib.test.php
- Http /
- bootstrap. Php
- testcase.php
Here's my musician. Jason looks like this:
PHPUnit configuration defines a bootstrap , In which a
Comments
Post a Comment