framework/tests/integration
Alexander Skvortsov d1dfa758e4
Policy Extender and Tests (#2461)
Policy application has also been refactored, so that policies return one of `allow`, `deny`, `forceAllow`, `forceDeny`. The result of a set of policies is no longer the first non-null result, but rather the highest priority result (forceDeny > forceAllow > deny > allow, so if a single forceDeny is present, that beats out all other returned results). This removes order in which extensions boot as a factor.
2020-12-08 19:10:06 -05:00
..
api Slug Driver Support (#2456) 2020-12-07 13:33:42 -05:00
extenders Policy Extender and Tests (#2461) 2020-12-08 19:10:06 -05: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 Use Config class for data from config.php 2020-09-25 11:10:52 +02:00