1
0
mirror of https://github.com/danog/class-finder.git synced 2024-12-02 09:27:48 +01:00
class-finder/test/app2
2020-10-11 18:24:12 +02:00
..
ClassmapNoAutoloadTest.php Switch namespace 2020-10-11 18:24:12 +02:00
composer.json Switch namespace 2020-10-11 18:24:12 +02:00
composer.lock Switch namespace 2020-10-11 18:24:12 +02:00
PSR4NoAutoloadTest.php Switch namespace 2020-10-11 18:24:12 +02: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.