File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "strategy" : " semver" ,
33 "major" : 0 ,
44 "minor" : 8 ,
5- "patch" : 16 ,
5+ "patch" : 17 ,
66 "build" : 0
77}
Original file line number Diff line number Diff line change @@ -474,7 +474,6 @@ public function testOnErrorReturnsTrue()
474474 // Use reflection to call protected onError
475475 $ reflection = new \ReflectionClass ($ this ->_App );
476476 $ method = $ reflection ->getMethod ('onError ' );
477- $ method ->setAccessible (true );
478477
479478 // Parent's onError returns true (AppMock overrides to return false)
480479 $ app = new AppMock ("1.0 " , new Ini ('examples/config/application.ini ' ));
@@ -511,7 +510,6 @@ public function testExecuteInitializersRunsInitializers()
511510 // Use reflection to call protected executeInitializers
512511 $ reflection = new \ReflectionClass ($ this ->_App );
513512 $ method = $ reflection ->getMethod ('executeInitializers ' );
514- $ method ->setAccessible (true );
515513
516514 $ method ->invoke ($ this ->_App );
517515
Original file line number Diff line number Diff line change 1+ ## 0.8.17 2026-06-05
2+
13## 0.8.16 2026-01-15
24* Fix to support setting managers or sources correctly without incurring a manager that contains a manager.
35
You can’t perform that action at this time.
0 commit comments