Use four spaces in frontmatter blocks

This commit is contained in:
Oliver Davies 2024-02-07 20:01:19 +00:00
parent f3756a80a6
commit 11ae0f9fc7
422 changed files with 2980 additions and 2986 deletions

View file

@ -1,18 +1,18 @@
---
title: >
PHPUnit does more than unit testing
PHPUnit does more than unit testing
pubDate: 2023-11-13
permalink: >-
archive/2023/11/13/phpunit-does-more-than-unit-testing
archive/2023/11/13/phpunit-does-more-than-unit-testing
tags:
- software-development
- automated-testing
- software-development
- test-driven-development
- phpunit
- php
- drupal
- symfony
- software-development
- automated-testing
- software-development
- test-driven-development
- phpunit
- php
- drupal
- symfony
---
As the name suggests, [PHPUnit][] is a unit testing framework for PHP.