silverstripe-framework/tests/php/View
Sam Minnee 741166e369 API: ModulePath template global now takes any composer package name.
NEW: URL generation now handled by pluggable ResourceURLGenerator service.
NEW: Requirements::javascript() and Requirements::css() now support “vendor/package:resource” syntax.

These changes will make it easier to us to fully abstract:
 - file access from module location
 - file location from URL generation

API: ModulePath template global now takes any composer package name.
NEW: URL generation now handled by pluggable ResourceURLGenerator service.
NEW: Requirements::javascript() and Requirements::css() now support “vendor/package:resource” syntax.

These changes will make it easier to us to fully abstract:
 - file access from module location
 - file location from URL generation
2017-06-28 16:59:28 +12:00
..
ArrayDataTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
Parsers Respect PHPUnit method visibility 2017-03-24 16:23:03 +13:00
SSViewerCacheBlockTest API Split out SilverStripe\ORM\Versioned into new module 2017-03-27 11:03:39 +13:00
SSViewerTest API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
ViewableDataTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ArrayDataTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
ContentNegotiatorTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
HTMLTest.php API Move createTag to HTML class 2017-06-16 12:22:05 +12:00
RequirementsTest.php API: ModulePath template global now takes any composer package name. 2017-06-28 16:59:28 +12:00
SSViewerCacheBlockTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
SSViewerTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
ViewableDataTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00