]> BookStack Code Mirror - bookstack/commit
Quick run through of applying new test entity helper class 3757/head
authorDan Brown <redacted>
Thu, 29 Sep 2022 21:11:16 +0000 (22:11 +0100)
committerDan Brown <redacted>
Thu, 29 Sep 2022 21:11:16 +0000 (22:11 +0100)
commit900e853b1568cf24dea52b09aa0fa6582e670645
tree37bfb65f5d15f9e9c6222f38bba644a828e2ae9f
parentb56f7355aa3a44c8529073fc2a3e760d0404f2ad
Quick run through of applying new test entity helper class
47 files changed:
app/Api/ListingResponseBuilder.php
tests/Actions/AuditLogTest.php
tests/Actions/WebhookCallTest.php
tests/Actions/WebhookFormatTesting.php
tests/Api/BooksApiTest.php
tests/Api/ChaptersApiTest.php
tests/Api/PagesApiTest.php
tests/Api/RecycleBinApiTest.php
tests/Auth/AuthTest.php
tests/Commands/ClearActivityCommandTest.php
tests/Commands/CopyShelfPermissionsCommandTest.php
tests/Commands/RegenerateReferencesCommandTest.php
tests/Commands/UpdateUrlCommandTest.php
tests/Entity/BookShelfTest.php
tests/Entity/ChapterTest.php
tests/Entity/CommentSettingTest.php
tests/Entity/CommentTest.php
tests/Entity/ConvertTest.php
tests/Entity/EntityAccessTest.php
tests/Entity/EntitySearchTest.php
tests/Entity/ExportTest.php
tests/Entity/PageContentTest.php
tests/Entity/PageDraftTest.php
tests/Entity/PageEditorTest.php
tests/Entity/PageRevisionTest.php
tests/Entity/PageTemplateTest.php
tests/Entity/PageTest.php
tests/Entity/SortTest.php
tests/Entity/TagTest.php
tests/ErrorTest.php
tests/FavouriteTest.php
tests/Helpers/EntityProvider.php
tests/Helpers/TestServiceProvider.php [moved from tests/TestServiceProvider.php with 96% similarity]
tests/HomepageTest.php
tests/OpenGraphTest.php
tests/Permissions/EntityOwnerChangeTest.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/Settings/RecycleBinTest.php
tests/TestCase.php
tests/UrlTest.php
tests/User/UserManagementTest.php
tests/User/UserPreferencesTest.php