BookStack/tests
Dan Brown 8b550991a4
Refactored some core entity actions
- Created BookChild class to share some page/chapter logic.
- Gave entities the power to generate their own permissions and slugs.
- Moved bits out of BaseController constructor since it was overly
sticky.
- Moved slug generation logic into its own class.
- Created a facade for permissions due to high use.
- Fixed failing test issues from last commits
2019-09-20 00:18:28 +01:00
..
Auth Updated to laravel 6 2019-09-14 14:12:39 +01:00
Entity Refactored some core entity actions 2019-09-20 00:18:28 +01:00
Permissions Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
test-data
Unit Updated to laravel 6 2019-09-14 14:12:39 +01:00
Uploads Updated to laravel 6 2019-09-14 14:12:39 +01:00
ActivityTrackingTest.php
BrowserKitTest.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
CommandsTest.php
CreatesApplication.php
ErrorTest.php
HomepageTest.php
LanguageTest.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
PublicActionTest.php
SharedTestHelpers.php Refactored some core entity actions 2019-09-20 00:18:28 +01:00
TestCase.php
TestResponse.php
UserPreferencesTest.php
UserProfileTest.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00