workshop-drupal-automated-t.../web/modules/custom/my_module
Oliver Davies fd9f9e7e48 5a: Create a mock article
As this is a unit test, we don’t have access to a database or the
service container, so we will need to use a mock.

This is enough to pass the `instanceOf` assertion, but the others are
failing as those methods are returning `null`.
2020-03-25 12:31:28 +00:00
..
src 5a: Create the ArticleWrapper class 2020-03-25 12:31:28 +00:00
tests/src 5a: Create a mock article 2020-03-25 12:31:28 +00:00
my_module.info.yml 1b: Add my_module.info.yml 2020-03-25 12:31:28 +00:00
my_module.routing.yml 3b: Add blog page route 2020-03-25 12:31:28 +00:00
my_module.services.yml 4f: Enable autowiring 2020-03-25 12:31:28 +00:00