Skip to content

Add WhereHas method #5676

Add WhereHas method

Add WhereHas method #5676

Triggered via pull request November 17, 2025 23:32
Status Failure
Total duration 1m 52s
Artifacts

codecov.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
codecov
Process completed with exit code 1.
codecov: auth/orm_user_provider_test.go#L80
cannot use s.mockDB (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to s.mockOrm.EXPECT().Query().Return: *"github.com/goravel/framework/mocks/database/orm".Query does not implement "github.com/goravel/framework/contracts/database/orm".Query (missing method WhereHas)
codecov: auth/orm_user_provider_test.go#L65
cannot use s.mockDB (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to s.mockOrm.EXPECT().Query().Return: *"github.com/goravel/framework/mocks/database/orm".Query does not implement "github.com/goravel/framework/contracts/database/orm".Query (missing method WhereHas)