You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: provide mock DB and dispatcher to integration table tests
IntegrationTestCase::createTableInstance() now injects a mock
DatabaseDriver, QueryInterface, and DispatcherInterface so Table
subclasses can call getDatabase(), createQuery(), getQuery(), and
dispatch events without a real database connection.
Fixes 23 integration test errors when running against real CMS classes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments