silverstripe-framework/tests/php/Core/Manifest/fixtures
Sam Minnee 0c17ffc944 FIX: Manifest should ignore vendor folders within packages contained in vendor
Without this change vendor/silverstripe/framework/vendor/silverstripe/config
will be pick up by the manifest, which is inappropriate.

Although this doesn’t happen often, it can occur if you have run
“composer install” within vendor/silverstripe/framework, which can be
done either accidentally or (in my case) as part of running the
framework tests isolated from the rest of your project (which is closer
to the execution model on Travis)

Note that the presence of the ‘nestedvendor.txt’ file tests that this
works without any explicit changes to the PHP of the tests, since it’s
merely confirming that such a file is *not* picked up.
2018-11-30 13:52:25 +13:00
..
classcontentremover PHPParser optimisations and update 2017-03-06 10:35:25 +00:00
classmanifest BUG Fix resource mapping for TinyMCE 2017-10-04 17:44:04 +13:00
classmanifest_duplicates/module Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
classmanifest_other/module Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
configmanifest/mysite/_config BUG fix config rules to match updated Except 2017-07-21 15:02:27 +12:00
configmanifest_dynamicenv/mysite API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
manifestfilefinder FIX: Manifest should ignore vendor folders within packages contained in vendor 2018-11-30 13:52:25 +13:00
manifestfilefinder_rootconfigfile Find root modules with _config.php 2017-05-22 12:16:57 +12:00
manifestfilefinder_rootconfigfolder Add missing _config folder 2017-05-22 12:16:57 +12:00
namespaced_classmanifest API Remove Object class 2017-05-23 13:50:35 +12:00
templatemanifest ENHANCEMENT Allow vendor modules with url rewriting 2017-09-29 10:28:38 +13:00
_manifest_exclude Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00