workshop-drupal-automated-t.../web/modules/custom/my_module
Oliver Davies 4be8e02246 Only articles should be used for Posts
An Exception should be thrown if the node passed to the `Post` entity is
not an article.

> Drupal\Tests\my_module\Unit\Entity\PostTest::it_throws_an_exception_if_the_node_is_not_an_article
> Failed asserting that exception of type "InvalidArgumentException" is
thrown.
2020-11-14 12:44:42 +00:00
..
src 5e: Fix the kernel tests 2020-11-14 12:38:17 +00:00
tests/src Only articles should be used for Posts 2020-11-14 12:44:42 +00:00
my_module.info.yml 1b: Add my_module.info.yml 2020-11-14 10:09:38 +00:00
my_module.routing.yml 3b: Add blog page route 2020-11-14 10:09:38 +00:00
my_module.services.yml 4f: Enable autowiring for ArticleRepository 2020-11-14 10:09:38 +00:00