Remove http://default from content
This commit is contained in:
parent
025aaf3be2
commit
76ed8e141b
392 changed files with 525 additions and 525 deletions
|
@ -141,7 +141,7 @@ body:
|
|||
|
||||
format: full_html
|
||||
processed: |
|
||||
<p>In <a href="http://default/daily/2022/09/14/simpletest-drupal-test">Wednesday's email</a>, I showed how quick it is to get started writing automated tests for a new Drupal module, starting with a functional test.</p>
|
||||
<p>In <a href="/daily/2022/09/14/simpletest-drupal-test">Wednesday's email</a>, I showed how quick it is to get started writing automated tests for a new Drupal module, starting with a functional test.</p>
|
||||
|
||||
<p>I prefer the outside-in style (or London approach) of test-driven development, where I start with a the highest-level test that I can for a task. If the task needs me to make a HTTP request, then I’ll use a functional test. If not, I’ll use a kernel (or integration) test.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue