silverstripe-framework/tests/core/manifest
Sam Minnee 65eb0bde6a API: Look for templates of namespaced classes in subfolders.
This change will mean that SilverStripe\Control\Controller will look for its
template in templates/SilverStripe/Control/Controller.ss.

In order to preserve some backwards campatibility, non-namespaced classes
can have the templates stored in any template subfolder, but once you
add a namespace to a class, the namespaced path expression will need to
be a subfolder of <module>/templates or themes/<theme>/templates.

Layout and Content templates are stil supported as special template type,
Includes still functions but is a no-op. Other template subfolders should
not be used.
2016-06-07 14:36:00 +12:00
..
ConfigStaticManifestTest FIX: ConfigStaticManifest not handling multipart namespaces 2013-06-26 16:01:55 +12:00
fixtures API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
ClassLoaderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ClassManifestTest.php API Support trait loading 2015-09-24 11:57:45 +12:00
ConfigManifestTest.php Nest and unnest Config and Controller for each test and test suite 2015-06-11 16:37:25 +01:00
ConfigStaticManifestTest.php NEW Update SS_ConfigStaticManifest to use Reflection 2015-09-03 22:25:42 +00:00
ManifestFileFinderTest.php BUG Prevent live manifest loading files from nested test directories 2016-03-31 15:58:23 +13:00
NamespacedClassManifestTest.php FIX Imported namespaces now correctly used to determine class inheritance 2015-06-20 16:09:10 +01:00
TemplateLoaderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TemplateManifestTest.php API: Look for templates of namespaced classes in subfolders. 2016-06-07 14:36:00 +12:00
TokenisedRegularExpressionTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00