Commit c0cf067
Fix TestingContainer method call in MCPAdapterProviderTest
Replace container->resolve() with container->get() since TestingContainer
inherits get() method from RuntimeContainer but doesn't have resolve().
Tests now pass: 25 tests, 37 assertions successful.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 374a8c2 commit c0cf067
File tree
1 file changed
+1
-1
lines changed- plugins/woocommerce/tests/php/src/Internal/MCP
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments