Remove http://default from content

This commit is contained in:
Oliver Davies 2025-07-16 12:00:00 +01:00
parent 025aaf3be2
commit 76ed8e141b
392 changed files with 525 additions and 525 deletions

View file

@ -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 Ill use a functional test. If not, Ill use a kernel (or integration) test.</p>