Commit graph

8 commits

Author SHA1 Message Date
Oliver Davies a95adfcc3d build(deps): add phpstan-strict-rules 2023-08-08 13:41:11 +01:00
Oliver Davies 7e3324b77f feat(blog): use the article repository
Use the `ArticleRepository` within `BlogPageController` to load and
retrieve article nodes.
2023-08-08 13:41:11 +01:00
Oliver Davies f09464f9f7 feat(blog): add article repository 2023-08-08 13:41:11 +01:00
Oliver Davies 09d4c662be feat(blog): add the initial blog page 2023-08-08 13:41:11 +01:00
Oliver Davies c78f3d0435 test: add FrontPageTest 2023-08-08 13:41:11 +01:00
Oliver Davies 4e0615281c test: add AdminPageTest
Test that anonymous users cannot access the administration area and
users with the 'access administration pages' can.
2023-08-08 13:41:11 +01:00
Oliver Davies 252729bb07 build(deps): add fenetikm/autoload-drupal
Add this so Phpactor will generate test classes.
2023-08-08 13:41:11 +01:00
Oliver Davies 26d450c1a4 feat: initial commit 2023-08-08 13:41:11 +01:00