Skip to content

Commit b636d88

Browse files
committed
Merge branch 'release/0.8.17'
2 parents fce9a66 + 05dda08 commit b636d88

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"strategy": "semver",
33
"major": 0,
44
"minor": 8,
5-
"patch": 16,
5+
"patch": 17,
66
"build": 0
77
}

tests/Application/ApplicationTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

versionlog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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

0 commit comments

Comments
 (0)