Add WhereHas method #1251
+240
β10
Draft
Add WhereHas method #1251
Annotations
3 errors
|
Run tests with coverage
Process completed with exit code 1.
|
|
Run tests with coverage:
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)
|
|
Run tests with coverage:
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)
|
Loading