workshop-drupal-automated-t.../web/modules/custom/my_module
Oliver Davies f0f93912ee 5c: Add test for isPublishable
Using a data provider, multiple arguments can be passed into the test,
such as different combinations of created dates and expected results.

This test also requires mocking the `Time` object as it’s now a
dependency of the article wrapper. The `getCreatedTime` method on the
article also needs to be set to return a specific value.
2020-03-25 12:31:28 +00:00
..
src 5c: Add isPublishable method to article wrapper 2020-03-25 12:31:28 +00:00
tests/src 5c: Add test for isPublishable 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