Remove dates from post filenames
This commit is contained in:
parent
755db43747
commit
81597404c5
109 changed files with 110 additions and 11 deletions
25
source/_posts/some-useful-links-using-simpletest-drupal.md
Normal file
25
source/_posts/some-useful-links-using-simpletest-drupal.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: Some useful links for using SimpleTest in Drupal
|
||||
date: '2013-06-13'
|
||||
slug: some-useful-links-using-simpletest-drupal
|
||||
tags:
|
||||
- simpletest
|
||||
- tdd
|
||||
- test-driven-development
|
||||
- drupal-planet
|
||||
- drupal
|
||||
- testing
|
||||
use: [posts]
|
||||
---
|
||||
{% block excerpt %}
|
||||
Here are some useful links that I've found when researching about unit testing in Drupal using SimpleTest.
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
* [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")
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue