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
  • Blackberry /
    • Http /
      • urlhelper.test.php
    • lib.test.php
  • bootstrap. Php
  • testcase.php
  • .travis.yml
  • Composer.Jason
  • init.php
  • phpunit.xml
  • Here's my musician. Jason looks like this:

     

    PHPUnit configuration defines a bootstrap , In which a

    Comments

    Popular posts from this blog

    c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

    c# - WPF Expander overlay used in ItemsControl -

    class - Kivy: how to instantiate a dynamic classes in python -