BookStack/tests
Dan Brown 31f5786e01
Entity Repo & Controller Refactor (#1690)
* Started mass-refactoring of the current entity repos

* Rewrote book tree logic

- Now does two simple queries instead of one really complex one.
- Extracted logic into its own class.
- Remove model-level akward union field listing.
- Logic now more readable than being large separate query and
compilation functions.

* Extracted and split book sort logic

* Finished up Book controller/repo organisation

* Refactored bookshelves controllers and repo parts

* Fixed issues found via phpunit

* Refactored Chapter controller

* Updated Chapter export controller

* Started Page controller/repo refactor

* Refactored another chunk of PageController

* Completed initial pagecontroller refactor pass

* Fixed tests and continued reduction of old repos

* Removed old page remove and further reduced entity repo

* Removed old entity repo, split out page controller

* Ran phpcbf and split out some page content methods

* Tidied up some EntityProvider elements

* Fixed issued caused by viewservice change
2019-10-05 12:55:01 +01:00
..
Auth Updated to laravel 6 2019-09-14 14:12:39 +01:00
Entity Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
Permissions Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
test-data Prevent dbl exts. on img upload, Randomized attachment upload names 2019-03-24 19:08:21 +00:00
Unit Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
Uploads Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
ActivityTrackingTest.php Re-structured the app code to be feature based rather than code type based 2018-09-25 12:30:50 +01:00
BrowserKitTest.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
CommandsTest.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
CreatesApplication.php Namespaced tests to align with new laravel default 2017-02-04 11:58:42 +00:00
ErrorTest.php Updated 404 test to not fail based on random long name 2018-09-21 15:24:29 +01:00
HomepageTest.php Updated page delete to handle inactive custom homepage correctly 2019-05-27 12:40:19 +01:00
LanguageTest.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00
PublicActionTest.php Tweaked profile page anchor links and swapped register/login links 2019-01-05 15:01:16 +00:00
SharedTestHelpers.php Entity Repo & Controller Refactor (#1690) 2019-10-05 12:55:01 +01:00
TestCase.php Added testing coverage for Bookshelves 2018-09-21 15:15:16 +01:00
TestResponse.php Added testing coverage for Bookshelves 2018-09-21 15:15:16 +01:00
UserPreferencesTest.php Updated view toggle to store date 2019-04-14 13:01:51 +01:00
UserProfileTest.php Updated to Laravel 5.8 2019-09-13 23:58:40 +01:00