silverstripe-framework/tests/php/Core
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
..
Cache API Rename services to match FQN of interface / classes 2017-05-16 14:15:49 +12:00
ClassInfoTest Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
Config API Remove Object class 2017-05-23 13:50:35 +12:00
Injector Update based on feedback 2017-06-27 13:32:39 +12:00
Manifest API: ModulePath template global now takes any composer package name. 2017-06-28 16:59:28 +12:00
ObjectTest NEW restored Extension::__construct() 2017-06-26 17:34:43 +12:00
Startup API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
ClassInfoTest.php API Remove Object class 2017-05-23 13:50:35 +12:00
ConvertTest.php Merge branch '3' 2017-01-31 17:03:53 +00:00
CoreTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
HTMLCleanerTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
KernelTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
MemoryLimitTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
ObjectTest.php API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
PhpSyntaxTest.php Respect PHPUnit method visibility 2017-03-24 16:23:03 +13:00