Versions in this module Expand all Collapse all v1 v1.0.0 Jun 22, 2023 Changes in this version + func App() *foundationmock.Application + func Artisan() *consolemock.Artisan + func Auth() *authmock.Auth + func Cache() (*cachemock.Cache, *cachemock.Driver, *cachemock.Lock) + func Config() *configmock.Config + func Event() (*eventmock.Instance, *eventmock.Task) + func Gate() *accessmock.Gate + func Grpc() *grpcmock.Grpc + func Log() + func Mail() *mailmock.Mail + func NewTestLog() log.Writer + func Orm() (*ormmock.Orm, *ormmock.Query, *ormmock.Transaction, *ormmock.Association) + func Queue() (*queuemock.Queue, *queuemock.Task) + func Storage() (*filesystemmock.Storage, *filesystemmock.Driver, *filesystemmock.File) + func Validation() (*validatemock.Validation, *validatemock.Validator, *validatemock.Errors) + type TestLog struct + func (r *TestLog) Debug(args ...any) + func (r *TestLog) Debugf(format string, args ...any) + func (r *TestLog) Error(args ...any) + func (r *TestLog) Errorf(format string, args ...any) + func (r *TestLog) Fatal(args ...any) + func (r *TestLog) Fatalf(format string, args ...any) + func (r *TestLog) Info(args ...any) + func (r *TestLog) Infof(format string, args ...any) + func (r *TestLog) Panic(args ...any) + func (r *TestLog) Panicf(format string, args ...any) + func (r *TestLog) Warning(args ...any) + func (r *TestLog) Warningf(format string, args ...any)