framework/tests/unit
Sami Mazouz 056d420c7b
Pass callback wrapper parameters by reference (#2485)
Because invokable class objects are not directly called and instead it's the callback wrapper that calls these objects, it's currently not possible to receive arguments by reference on an invokable class.

To fix this we pass the arguments by reference by default when calling the object in the callback wrapper.
2020-12-06 14:58:45 -05:00
..
Foundation Pass callback wrapper parameters by reference (#2485) 2020-12-06 14:58:45 -05:00
Install Add port on Url to BaseUrl Test (#2226) 2020-07-10 12:17:12 +02:00
Settings Make tests compatible with PHPUnit 8 2020-03-28 11:06:47 +01:00
User Make two more tests compatible with PHPUnit 8 2020-05-07 09:18:04 +02:00
TestCase.php Apply fixes from StyleCI 2019-11-28 00:16:50 +00:00