silverstripe-framework/tests/core/manifest
Sam Minnee 1f7fc1f76a FIX Remove instances of lines longer than 120c
The entire framework repo (with the exception of system-generated files) has been amended to respect the 120c line-length limit.  This is in preparation for the enforcement of this rule with PHP_CodeSniffer.
2012-09-30 17:18:13 +13:00
..
fixtures ENHANCEMENT Added $exclusive flag to SS_ClassLoader->pushManifest() to allow for multiple manifests co-existing (useful for tests which rely on core classes but also want to test their own manifests) 2012-04-15 17:17:15 +02:00
ClassLoaderTest.php FIXED: Unnecessarily strict comparison of path separators in windows filenames 2012-09-27 13:41:28 +12:00
ClassManifestTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ConfigManifestTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
ManifestFileFinderTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
NamespacedClassManifestTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
TemplateLoaderTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TemplateManifestTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TokenisedRegularExpressionTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00