]> BookStack Code Mirror - bookstack/commit
Default chapter templates: Added tests, extracted repo logic
authorDan Brown <redacted>
Thu, 1 Feb 2024 12:51:47 +0000 (12:51 +0000)
committerDan Brown <redacted>
Thu, 1 Feb 2024 12:51:47 +0000 (12:51 +0000)
commit43a72fb9a5dd40885c70c41bc578bffbec9c25ee
treec777fc168711d35212e2804bce35c8b9e6d936bd
parent4137cf9c8fc1f9088f8792b64fcc889f787e8958
Default chapter templates: Added tests, extracted repo logic

- Updated existing book tests to be generic to all default templates,
  and updated with chapter testing.
- Extracted repeated logic in the Book/Chapter repos to be shared in the
  BaseRepo.

Review of #4750
app/Entities/Repos/BaseRepo.php
app/Entities/Repos/BookRepo.php
app/Entities/Repos/ChapterRepo.php
tests/Entity/BookDefaultTemplateTest.php [deleted file]
tests/Entity/DefaultTemplateTest.php [new file with mode: 0644]