1
0
mirror of https://github.com/danog/class-finder.git synced 2024-11-30 04:29:03 +01:00
class-finder/test/app2
2019-03-02 11:49:31 -06:00
..
ClassmapNoAutoloadTest.php Remove incorrect test case; Fix incorrect namespace 2019-03-02 11:49:31 -06:00
composer.json Add failing tests 2019-02-25 18:24:44 -06:00
composer.lock CI Testing 2019-02-25 20:08:29 -06:00
PSR4NoAutoloadTest.php Remove incorrect test case; Fix incorrect namespace 2019-03-02 11:49:31 -06:00
README.md Add failing tests 2019-02-25 18:24:44 -06:00

This test app tests that ClassFinder is working in applications that do't specify their own autoload configs in composer.json.

This can occur when ClassFinder is used only to retrieve 3rd party dependencies.