silverstripe-framework/tests/php/Control
Maxime Rainville 1e01deea39 NEW Make resources dir configurable (#8519)
* NEW Make resources dir configurable.

* Removing reference to old `resources` and updating doc #8519

* Rrtarget to 4.4 release.

* DOC Reference SS_RESOURCES_DIR in Environment doc.

* API Add a Resources method to SilverStripe\Core\Manifest\Module to read the resources-dir from composer.json

* Clean up reference to SS_RESOURCES_DIR env var

* Set default resources-dir

* Update test to use RESOURCES_DIR const in expected resource url method

* Correcting typos

Co-Authored-By: maxime-rainville <maxime@rainville.me>

* MINOR Correctubg minor typos

* DOCS Document the intricacies of exposing static assets.
2019-01-09 15:35:45 +13:00
..
ControllerTest API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
DirectorTest API Stronger Injector service unregistration 2017-06-27 13:32:39 +12:00
Email Dont use willReturn assertions to assert argument types 2018-09-26 00:21:37 +01:00
FlushMiddlewareTest NEW: Replace FlushRequestFilter with FlushMiddleware 2017-06-27 13:32:39 +12:00
HTTPCacheControlIntegrationTest Migrate tests 2018-06-13 11:33:46 +12:00
HTTPStreamResponseTest API Add streamable response object 2017-05-23 16:32:29 +12:00
HTTPTest Merge branch '3.6' into 4.0 2017-11-25 16:56:50 +00:00
Middleware Add $maxAge arg for caching API 2018-07-23 19:09:10 +01:00
RequestHandlingTest API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
RSS BUG Implement or exclude all pending upgrader deltas 2017-07-03 12:21:47 +12:00
SimpleResourceURLGeneratorTest/_fakewebroot API Implement support for public/ webroot folder (#7741) 2018-01-12 16:25:02 +13:00
ControllerTest.php Formatting 2018-09-29 22:51:26 +01:00
ControllerTest.yml Move files to psr-2 standard locations 2016-11-23 19:25:12 +13:00
CookieJarTest.php Code formatting 2018-09-29 22:51:18 +01:00
CookieTest.php Code formatting 2018-09-29 22:51:18 +01:00
DirectorTest.php Minor cleanup of DirectorTest 2018-09-29 22:51:26 +01:00
FlushMiddlewareTest.php NEW: Replace FlushRequestFilter with FlushMiddleware 2017-06-27 13:32:39 +12:00
HTTPCacheControlIntegrationTest.php Refactor everything out of HTTP and into separate middlewares 2018-06-13 17:56:47 +12:00
HTTPRequestBuilderTest.php BUG Fix basic auth in PHP-CGI 2017-12-21 14:58:19 +13:00
HTTPRequestTest.php API Stronger Injector service unregistration 2017-06-27 13:32:39 +12:00
HTTPResponseTest.php Throwing and catcing an error in tests is mad 2018-09-29 22:51:26 +01:00
HTTPStreamResponseTest.php API Add streamable response object 2017-05-23 16:32:29 +12:00
HTTPTest.php Remove unused function args 2018-09-29 22:51:26 +01:00
IPUtilsTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
NullHTTPRequestTest.php Apply PSR2 / Namespace to remaining admin / tests 2016-12-19 16:08:19 +13:00
PjaxResponseNegotiatorTest.php Formatting 2018-09-29 22:51:26 +01:00
RequestHandlingTest.php Formatting 2018-09-29 22:51:26 +01:00
SessionTest.php Minor improvements 2018-09-29 22:51:26 +01:00
SimpleResourceURLGeneratorTest.php NEW Make resources dir configurable (#8519) 2019-01-09 15:35:45 +13:00