fix: patch remaining lib/ references missed in core/ rename
CliAppBootstrap and ModuleCliRuntime still required from the old lib/ path, which would break all CLI commands. Also fixes stale lib/ references in docs, test assertion messages, and a PHPDoc comment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -43,7 +43,7 @@ final class BookmarksModuleIsolationContractTest extends TestCase
|
||||
$root = dirname(__DIR__, 2);
|
||||
self::assertDirectoryDoesNotExist(
|
||||
$root . '/core/Service/Bookmark',
|
||||
'Bookmark service classes should live in modules/bookmarks/lib, not in Core lib/Service'
|
||||
'Bookmark service classes should live in modules/bookmarks/lib, not in core/Service'
|
||||
);
|
||||
}
|
||||
|
||||
@@ -70,7 +70,7 @@ final class BookmarksModuleIsolationContractTest extends TestCase
|
||||
$root = dirname(__DIR__, 2);
|
||||
self::assertFileDoesNotExist(
|
||||
$root . '/core/Support/BookmarkUrlNormalizer.php',
|
||||
'BookmarkUrlNormalizer should live in modules/bookmarks/lib, not in Core lib/Support'
|
||||
'BookmarkUrlNormalizer should live in modules/bookmarks/lib, not in core/Support'
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user