Format post front matter and tags

This commit is contained in:
Oliver Davies 2021-07-09 17:32:30 +01:00
parent e36882ee20
commit 861e604a97
162 changed files with 733 additions and 731 deletions

View file

@ -1,7 +1,11 @@
---
title: Ignoring PHPCS sniffs for PHPUnit tests
excerpt: How to exclude certain PHPCS sniffs within your PHPUnit tests, so that you can write your tests methods how you'd like without getting coding standards errors.
tags: [Drupal, Drupal Planet, PHP, PHPUnit]
tags:
- drupal
- drupal-planet
- php
- phpunit
date: 2021-01-04
---