Run prettier on all *.md files

```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
Oliver Davies 2020-03-08 17:52:59 +00:00
parent a3ceeaf0f3
commit 85a10c545b
170 changed files with 5127 additions and 2282 deletions

View file

@ -4,16 +4,23 @@ excerpt: This year, Im teaching a workshop at DrupalCamp London.
tags: [drupal, drupalcamp, testing]
date: 2020-02-05
lead_image:
url: /images/blog/testing-workshop-drupalcamp-london/lead.jpg
url: /images/blog/testing-workshop-drupalcamp-london/lead.jpg
---
![]({{page.lead_image.url}}){.p-1 .border}
<p>{{ page.excerpt }}</p>
The subject will be automated testing and test driven development in Drupal 8, and it will be on Friday 13th March 2020, between 1pm and 5pm.
The subject will be automated testing and test driven development in Drupal 8,
and it will be on Friday 13th March 2020, between 1pm and 5pm.
In the workshop, Ill cover the methodology, approaches and terminology involved with automated testing, look at some examples and work through some exercises, and then take a test driven development approach to creating a new Drupal module.
In the workshop, Ill cover the methodology, approaches and terminology involved
with automated testing, look at some examples and work through some exercises,
and then take a test driven development approach to creating a new Drupal
module.
There are also other workshops on topics including Composer, Drupal Commerce, profiling, and chatbots.
There are also other workshops on topics including Composer, Drupal Commerce,
profiling, and chatbots.
For more information and to register, go to the [DrupalCamp London website](https://opdavi.es/dclondon20 'Find out more and register on the DrupalCamp London website').
For more information and to register, go to the
[DrupalCamp London website](https://opdavi.es/dclondon20 'Find out more and register on the DrupalCamp London website').