framework/tests
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
..
fixtures View Extender (add namespace) (#2134) 2020-07-17 11:59:00 +02:00
integration Policy Extender and Tests (#2461) 2020-12-08 19:10:06 -05:00
unit Pass callback wrapper parameters by reference (#2485) 2020-12-06 14:58:45 -05:00
phpunit.integration.xml Use process isolation for integration tests 2020-12-01 19:33:24 -05:00
phpunit.unit.xml Automatically set up Mockery for unit tests 2019-11-21 00:51:11 +01:00