Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
This commit is contained in:
parent
a3ceeaf0f3
commit
85a10c545b
170 changed files with 5127 additions and 2282 deletions
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
title: Some useful links for using SimpleTest in Drupal
|
||||
date: 2013-06-13
|
||||
excerpt: Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest.
|
||||
excerpt:
|
||||
Here are some useful links that I've found when researching about unit testing
|
||||
in Drupal using SimpleTest.
|
||||
tags:
|
||||
- simpletest
|
||||
- tdd
|
||||
|
|
@ -10,9 +12,10 @@ tags:
|
|||
- drupal
|
||||
- testing
|
||||
---
|
||||
* [An Introduction to Unit Testing in Drupal](http://www.lullabot.com/blog/articles/introduction-unit-testing-drupal "An Introduction to Unit Testing in Drupal")
|
||||
* [Module Developer's Guide to SimpleTest](http://www.lullabot.com/blog/articles/drupal-module-developers-guide-simpletest "Module Developer's Guide to SimpleTest")
|
||||
* [SimpleTest Tutorial (Drupal 6)](https://drupal.org/simpletest-tutorial "SimpleTest Tutorial (Drupal 6)")
|
||||
* [SimpleTest Tutorial (Drupal 7)](https://drupal.org/simpletest-tutorial-drupal7 "SimpleTest Tutorial (Drupal 7)")
|
||||
* [SimpleTest Reference](https://drupal.org/node/278126 "SimpleTest Reference")
|
||||
* [Testing with SimpleTest](https://drupal.org/node/1128366 "Testing with SimpleTest")
|
||||
|
||||
- [An Introduction to Unit Testing in Drupal](http://www.lullabot.com/blog/articles/introduction-unit-testing-drupal 'An Introduction to Unit Testing in Drupal')
|
||||
- [Module Developer's Guide to SimpleTest](http://www.lullabot.com/blog/articles/drupal-module-developers-guide-simpletest "Module Developer's Guide to SimpleTest")
|
||||
- [SimpleTest Tutorial (Drupal 6)](https://drupal.org/simpletest-tutorial 'SimpleTest Tutorial (Drupal 6)')
|
||||
- [SimpleTest Tutorial (Drupal 7)](https://drupal.org/simpletest-tutorial-drupal7 'SimpleTest Tutorial (Drupal 7)')
|
||||
- [SimpleTest Reference](https://drupal.org/node/278126 'SimpleTest Reference')
|
||||
- [Testing with SimpleTest](https://drupal.org/node/1128366 'Testing with SimpleTest')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue