silverstripe-framework/tests/php/Core/Manifest
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
..
fixtures FIX: Manifest should ignore vendor folders within packages contained in vendor 2018-11-30 13:52:25 +13:00
ClassContentRemoverTest.php PHPParser optimisations and update 2017-03-06 10:35:25 +00:00
ClassLoaderTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
ClassManifestErrorHandlerTest.php FIX Moving test to correct director 2018-10-03 10:47:17 +13:00
ClassManifestTest.php ENHANCEMENT Allow vendor modules with url rewriting 2017-09-29 10:28:38 +13:00
ConfigManifestTest.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
ManifestFileFinderTest.php ENHANCEMENT Allow vendor modules with url rewriting 2017-09-29 10:28:38 +13:00
ModuleManifestTest.php ENHANCEMENT Allow vendor modules with url rewriting 2017-09-29 10:28:38 +13:00
ModuleResourceTest.php API Implement support for public/ webroot folder (#7741) 2018-01-12 16:25:02 +13:00
NamespacedClassManifestTest.php ENHANCEMENT Don't force all class names to lowercase 2017-09-20 15:14:55 +12:00
PrioritySorterTest.php API Implement new module sorting pattern 2017-07-13 10:27:27 +12:00
ThemeResourceLoaderTest.php Fixed phpcs violations 2018-10-05 16:07:33 +02:00
VersionProviderTest.php FIX Version provider uses early bound config getter, move LeftAndMain config to admin module 2017-07-16 16:49:10 +12:00