Skip to content

Commit

Permalink
Merge pull request #3918 from muskie9/patch-6
Browse files Browse the repository at this point in the history
DOCS Update index.md to link to how-to's for 3 tutorials/recipies
  • Loading branch information
dhensby committed Feb 19, 2015
2 parents 3b66b75 + 5cda017 commit 2336ea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/02_Developer_Guides/06_Testing/index.md
Expand Up @@ -78,9 +78,9 @@ You will generally write two different kinds of test classes.

Tutorials and recipes for creating tests using the SilverStripe framework:

* [Creating a SilverStripe test](creating-a-silverstripe-test): Writing tests to check core data objects
* [Creating a functional test](creating-a-functional-test): An overview of functional tests and how to write a functional test
* [Testing Outgoing Email](testing-email): An overview of the built-in email testing code
* [Creating a SilverStripe test](how_tos/write_a_sapphiretest): Writing tests to check core data objects
* [Creating a functional test](how_tos/write_a_functionaltest): An overview of functional tests and how to write a functional test
* [Testing Outgoing Email](how_tos/testing_email): An overview of the built-in email testing code

## Running Tests

Expand Down

0 comments on commit 2336ea8

Please sign in to comment.