Author: Mark Randall Committer: Derick Rethans (derickr) Date: 2026-06-18T16:05:07+01:00
Commit: https://github.com/php/web-php/commit/f15b04737e87c69429279066af7aa62ff1ddf1c0 Raw diff: https://github.com/php/web-php/commit/f15b04737e87c69429279066af7aa62ff1ddf1c0.diff The backend is currently in public. Changed paths: M tests/Unit/UserNotes/SorterTest.php Diff: diff --git a/tests/Unit/UserNotes/SorterTest.php b/tests/Unit/UserNotes/SorterTest.php index 16d3f60aa9..de9e9eef54 100644 --- a/tests/Unit/UserNotes/SorterTest.php +++ b/tests/Unit/UserNotes/SorterTest.php @@ -98,7 +98,7 @@ public function testSortSortsSomeNotes(): void public function testSortSortsFullNotes(): void { - $file = file(__DIR__ . '/../../../backend/notes/d7/d7742c269d23ea86'); + $file = file(__DIR__ . '/../../../public/backend/notes/d7/d7742c269d23ea86'); $notes = [];
