mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
0c17ffc944
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. |
||
---|---|---|
.. | ||
fixtures | ||
ClassContentRemoverTest.php | ||
ClassLoaderTest.php | ||
ClassManifestErrorHandlerTest.php | ||
ClassManifestTest.php | ||
ConfigManifestTest.php | ||
ManifestFileFinderTest.php | ||
ModuleManifestTest.php | ||
ModuleResourceTest.php | ||
NamespacedClassManifestTest.php | ||
PrioritySorterTest.php | ||
ThemeResourceLoaderTest.php | ||
VersionProviderTest.php |