fix(testing): configure shared plugin test runtime (#6438)

This commit is contained in:
InfinityPacer
2026-08-24 20:13:09 +08:00
committed by GitHub
parent 34f59bc9f4
commit f65e16ff4e
3 changed files with 71 additions and 4 deletions
+6 -2
View File
@@ -13,8 +13,8 @@
"runtime_to_db": [],
"workflow_to_db": []
},
"edge_count": 6595,
"edge_sha256": "b0709f6e54bf046386d5df81c54a3e65889f18473b8cc91bbe7c97010bda02dc",
"edge_count": 6599,
"edge_sha256": "33b44ea7d1f05a4c76fd22c4c1b798689ac8e580099c50141fbd91345a625714",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -6425,12 +6425,16 @@
"app.startup.lifecycle -> app.startup.lifecycle.components",
"app.testing -> app.testing.stub",
"app.testing.bootstrap -> app.application",
"app.testing.bootstrap -> app.application.service",
"app.testing.bootstrap -> app.application.site",
"app.testing.bootstrap -> app.db",
"app.testing.bootstrap -> app.db.adapters",
"app.testing.bootstrap -> app.db.adapters.transaction",
"app.testing.bootstrap -> app.db.oper",
"app.testing.bootstrap -> app.db.oper.systemconfig",
"app.testing.bootstrap -> app.db.oper.userconfig",
"app.testing.bootstrap -> app.db.session",
"app.testing.bootstrap -> app.db.uow",
"app.testing.bootstrap -> app.startup",
"app.testing.bootstrap -> app.startup.initializers",
"app.testing.bootstrap -> app.startup.initializers.cache",