with and with.* filters were added to the GetUserRequest and SearchUsersRequest because this fillters we add during the new entities generation via Laravel Entity Generator also it is necessary to cover User's relations
user will be logged out (token will be invalidated) when he deleted his own profile
admin now can't deleted himself. it prevents case when nobody have access to the admin area
Search tests at the MediaTest were updated because they were incorrect
BroadcastServiceProvider and DevDependenciesServiceProvider will be ignored in the coverage score
BaseMail->build() set deprecated and ignored
users now can update their own profiles only by using /profile routes
with
andwith.*
filters were added to theGetUserRequest
andSearchUsersRequest
because this fillters we add during the new entities generation via Laravel Entity Generator also it is necessary to cover User's relationsMediaTest
were updated because they were incorrectBroadcastServiceProvider
andDevDependenciesServiceProvider
will be ignored in the coverage scoreBaseMail->build()
set deprecated and ignored/profile
routes