Ensure consistency between description and excerpt

This commit is contained in:
Oliver Davies 2021-06-30 08:00:00 +01:00
parent c6ee7f805e
commit 2f6f27e1fa
22 changed files with 22 additions and 22 deletions

View file

@ -1,6 +1,6 @@
---
title: Ignoring PHPCS sniffs for PHPUnit tests
description: 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.
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]
date: 2021-01-04
---