jeremykenedy / laravel-roles

A Powerful package for handling roles and permissions in Laravel with GUI. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0, 8.0, and 9.0
MIT License
959 stars 196 forks source link

Fix tests when $this->call(UsersTableSeeder::class) runs #206

Closed D0nVitalio closed 6 months ago

D0nVitalio commented 7 months ago

When DatabaseSeeder runs $this->call(UsersTableSeeder::class) with custom users, count assertions fails.