framework/tests/unit/Foundation
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
..
ErrorHandling/ExceptionHandler Make tests compatible with PHPUnit 8 2020-03-28 11:06:47 +01:00
ConfigTest.php Use reserved TLD for default dev hostname 2020-09-27 22:55:46 +02:00
ContainerUtilTest.php Pass callback wrapper parameters by reference (#2485) 2020-12-06 14:58:45 -05:00
PathsTest.php Extract a class to hold / determine paths 2020-05-01 15:24:20 +02:00
RouteCollectionTest.php Fix optional parameters in url generator (#2246) 2020-07-28 20:51:14 -04:00