]> BookStack Code Mirror - bookstack/commit
Extracted entity testcase methods to own class
authorDan Brown <redacted>
Thu, 29 Sep 2022 15:49:25 +0000 (16:49 +0100)
committerDan Brown <redacted>
Thu, 29 Sep 2022 15:49:25 +0000 (16:49 +0100)
commit068a8a068c5d7c7ab98a6ee95baae8d321c3c61f
tree9684a8b6946ef4746f0418d5a38e02748d327863
parent0e94fd44a8925c695441768eee0ecbce7bb239bc
Extracted entity testcase methods to own class

Also added some new fetch helper methods for future use.
23 files changed:
tests/Api/AttachmentsApiTest.php
tests/Api/PagesApiTest.php
tests/Api/UsersApiTest.php
tests/Commands/CopyShelfPermissionsCommandTest.php
tests/Entity/BookShelfTest.php
tests/Entity/BookTest.php
tests/Entity/ChapterTest.php
tests/Entity/EntityAccessTest.php
tests/Entity/EntitySearchTest.php
tests/Entity/PageTest.php
tests/Entity/SortTest.php
tests/Entity/TagTest.php
tests/Helpers/EntityProvider.php [new file with mode: 0644]
tests/HomepageTest.php
tests/Permissions/EntityPermissionsTest.php
tests/Permissions/ExportPermissionsTest.php
tests/Permissions/RolesTest.php
tests/PublicActionTest.php
tests/References/CrossLinkParserTest.php
tests/References/ReferencesTest.php
tests/TestCase.php
tests/Uploads/ImageTest.php
tests/User/UserProfileTest.php