Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,14 +3,14 @@ title: Keep logic within tests for as long as you can
date: 2024-02-16
permalink: daily/2024/02/16/keep-logic-within-tests-for-as-long-as-you-can
snippet: |
Making the easy change to get a test to pass might mean you write more logic in your tests than you expect, at least to begin with.
Making the easy change to get a test to pass might mean you write more logic in your tests than you expect, at least to begin with.
tags:
- software-development
- automated-testing
- test-driven-development
- drupal
- php
- phpunit
- software-development
- automated-testing
- test-driven-development
- drupal
- php
- phpunit
---
Inspired by some recent podcast guests, I've started writing the first code for a Drupal-based SaaS product that I've been thinking of creating.