Find a file
Oliver Davies 75b17fd565 Add lesson 4
- Add initial `PostNodeRepository`
- Move logic to Repository
- Inject `EntityTypeManagerInterface`
- Add `PostNodeRepositoryTest`
- Add failing test method
- Failing test: non-existent service
- The "node" entity type does not exist.
- Create posts
- Add assertions based on the `created` date
- Sort nodes before returning them
- Return values to reset array keys
2024-01-14 09:37:02 +00:00
web/modules/custom/example Add lesson 4 2024-01-14 09:37:02 +00:00
.envrc Add flake.nix with PHP 8.2 and Composer 2023-12-25 20:52:28 +00:00
.gitignore Configure PHPUnit 2023-12-26 01:33:22 +00:00
.tmux Add .tmux script 2023-12-25 21:56:42 +00:00
composer.json Configure PHPCS 2024-01-14 09:37:02 +00:00
composer.lock Configure PHPCS 2024-01-14 09:37:02 +00:00
flake.lock Add flake.nix with PHP 8.2 and Composer 2023-12-25 20:52:28 +00:00
flake.nix Add flake.nix with PHP 8.2 and Composer 2023-12-25 20:52:28 +00:00
phpcs.xml.dist Configure PHPCS 2024-01-14 09:37:02 +00:00
phpunit.xml.dist Configure PHPUnit 2023-12-26 01:33:22 +00:00
TODO.md Add TODO.md 2024-01-04 01:43:49 +00:00