Format post front matter and tags
This commit is contained in:
parent
e36882ee20
commit
861e604a97
162 changed files with 733 additions and 731 deletions
|
@ -1,8 +1,14 @@
|
|||
---
|
||||
title: Using PSR-4 Autoloading for your Drupal 7 Test Cases
|
||||
excerpt:
|
||||
How to use the PSR-4 autoloading standard for Drupal 7 Simpletest test cases.
|
||||
tags: [drupal, drupal-planet, drupal-7, testing, simpletest, php, psr]
|
||||
excerpt: How to use the PSR-4 autoloading standard for Drupal 7 Simpletest test cases.
|
||||
tags:
|
||||
- drupal
|
||||
- drupal-planet
|
||||
- drupal-7
|
||||
- testing
|
||||
- simpletest
|
||||
- php
|
||||
- psr
|
||||
date: 2020-02-04
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue