framework/tests/integration
Franz Liedke 88366fe8af
Clean up usages / deprecate path helpers (#2155)
* Write source map without creating temp file

Less I/O, and one less place where we access the global path helpers.

* Drop useless app_path() helper

This was probably taken straight from Laravel. There is no equivalent
concept in Flarum, so this should be safe to remove.

* Deprecate global path helpers

Developers using these helpers can inject the `Paths` class instead.

* Stop storing paths as strings in container

* Avoid using path helpers from Application class

* Deprecate path helpers from Application class

* Avoid using public_path() in prerequisite check

a) The comparison was already outdated, as a different path was passed.
b) We're trying to get rid of these global helpers.
2020-06-19 16:16:03 -04:00
..
api Stop using app() helper in tests 2020-05-23 01:56:21 +02:00
extenders Send Test Mail Feature (#2023) 2020-05-30 22:49:36 -04:00
tmp fixed tests on master, missing views directory and suppressing notices from tempnam when storing files in tmp 2019-06-24 13:00:36 +02:00
BuildsHttpRequests.php Replace authenticatedRequest() by request() option 2020-03-20 18:23:06 +01:00
ConsoleTestCase.php Add console extender (#2057) 2020-04-03 19:38:54 +02:00
RetrievesAuthorizedUsers.php Apply fixes from StyleCI 2019-11-28 00:16:50 +00:00
setup.php Clean up usages / deprecate path helpers (#2155) 2020-06-19 16:16:03 -04:00
TestCase.php Tests: Actually accept multiple extenders 2020-05-23 02:00:25 +02:00