You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`withController` Trait, as an alternative for `ControllerTestCase`
11
+
-New group factory (`'UserFrosting\Sprinkle\Account\Database\Models\Group'`)
12
+
-New `withController` Trait, as an alternative for deprecated`ControllerTestCase`
13
13
- StyleCI config
14
14
-[Travis] SQLite in-memory DB testing
15
-
-[Travis] memcache & Redis service
15
+
-[Travis]enabled memcache & Redis service
16
16
17
17
### Fixed
18
18
- DefaultPermissions seed results in SQL errors ([#981]; [#983])
19
19
- Make group & role schema consistent between creation and edition. Prevents group and role without a name or slug to be created during edition.
20
20
- Factories changed to make sure slugs are unique
21
+
- Fix `WithTestUser` Trait returning a user with id of zero or reserve master id when a non-master user was asked. If master user already exist, will return it instead of trying to create a new one (with the same id)
22
+
- Force close db connection on test `tearDown` procedure
21
23
22
24
### Changed
23
25
- Recommended PHP version is now 7.2, as 7.1 will be EOL in less than 6 months
24
-
-Improved controllers test coverage & tests efficiency
26
+
-Added tests coverage for all build-in controllers
25
27
- Applied styling rules from StyleCI & updated php-cs-fixer rules to match StyleCI config
26
28
27
29
### Deprecated
@@ -759,3 +761,4 @@ See [http://learn.userfrosting.com/upgrading/40-to-41](Upgrading 4.0.x to 4.1.x
[](https://chat.userfrosting.com/channel/support)
6
7
[](#backers)
7
8
[](#sponsors)
0 commit comments