feat: [#508] Add Restore method for Orm, to recover soft deleted data #3441
Annotations
10 errors
Run tests:
auth/auth_test.go#L406
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 Restore)
|
Run tests:
auth/auth_test.go#L439
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 Restore)
|
Run tests:
auth/auth_test.go#L493
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 Restore)
|
Run tests:
auth/auth_test.go#L532
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 Restore)
|
Run tests:
auth/auth_test.go#L539
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 Restore)
|
Run tests:
database/migration/default_migrator_test.go#L564
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 Restore)
|
Run tests:
database/migration/default_migrator_test.go#L571
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 Restore)
|
Run tests:
database/migration/default_migrator_test.go#L704
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 Restore)
|
Run tests:
database/migration/default_migrator_test.go#L711
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 Restore)
|
Run tests:
database/migration/default_migrator_test.go#L821
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 Restore)
|
Loading