Skip to content

Add WhereHas method #3048

Add WhereHas method

Add WhereHas method #3048

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

benchmark.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
benchmark / benchmark: database/migration/migrator_test.go#L756
cannot use mockQuery (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to f: *"github.com/goravel/framework/mocks/database/orm".Query does not implement "github.com/goravel/framework/contracts/database/orm".Query (missing method WhereHas)
benchmark / benchmark: database/migration/migrator_test.go#L742
cannot use mockQuery (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to 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)
benchmark / benchmark: database/migration/migrator_test.go#L621
cannot use mockQuery (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to f: *"github.com/goravel/framework/mocks/database/orm".Query does not implement "github.com/goravel/framework/contracts/database/orm".Query (missing method WhereHas)
benchmark / benchmark: database/migration/migrator_test.go#L614
cannot use mockQuery (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to 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)
benchmark / benchmark: database/migration/migrator_test.go#L481
cannot use mockQuery (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to f: *"github.com/goravel/framework/mocks/database/orm".Query does not implement "github.com/goravel/framework/contracts/database/orm".Query (missing method WhereHas)
benchmark / benchmark: database/migration/migrator_test.go#L474
cannot use mockQuery (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to 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)
benchmark / benchmark: database/console/show_command_test.go#L138
cannot use mockQuery (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to mockQuery.EXPECT().Table("test").Return: *"github.com/goravel/framework/mocks/database/orm".Query does not implement "github.com/goravel/framework/contracts/database/orm".Query (missing method WhereHas)
benchmark / benchmark: database/console/show_command_test.go#L137
cannot use mockQuery (variable of type *"github.com/goravel/framework/mocks/database/orm".Query) as "github.com/goravel/framework/contracts/database/orm".Query value in argument to 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)
benchmark / benchmark: 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)
benchmark / benchmark: 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)