Change to two spaces
This commit is contained in:
parent
2537fe2052
commit
ed60ab964c
556 changed files with 2252 additions and 2252 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue