Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 Changes in this version + func App() *foundationmock.Application + func NewTestLog() log.Writer + 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) v1.10.1 Mar 31, 2023 Changes in this version + func Artisan() *mocksconsole.Artisan + func Auth() *mocksauth.Auth + func Cache() *mockscache.Store + func Config() *mocksconfig.Config + func Event() (*mocksevent.Instance, *mocksevent.Task) + func Gate() *mocksaccess.Gate + func Grpc() *mocksgrpc.Grpc + func Log() + func Mail() *mocksmail.Mail + func Orm() (*mocksorm.Orm, *mocksorm.Query, *mocksorm.Transaction, *mocksorm.Association) + func Queue() (*mocksqueue.Queue, *mocksqueue.Task) + func Storage() (*mocksfilesystem.Storage, *mocksfilesystem.Driver, *mocksfilesystem.File) + func Validation() (*mocksvalidate.Validation, *mocksvalidate.Validator, *mocksvalidate.Errors)