Merge pull request #2110 from CheeseSucker/patch-3

Fixed a markdown issue
This commit is contained in:
Ingo Schommer 2013-06-18 09:35:20 -07:00
commit 37cfcd596d

View File

@ -58,12 +58,12 @@ See [the PHPUnit manual](http://www.phpunit.de/manual/current/en/api.html#api.as
for a listing of all PHPUnit's built-in assertions.
The `[api:SapphireTest]` class comes with additional assertions which are more
specific to the framework, e.g. `[assertEmailSent](api:SapphireTest->assertEmailSent())`
which can simulate sending emails through the `Email->send()` API without actually
specific to the framework, e.g. `[api:SapphireTest->assertEmailSent()]`
which can simulate sending emails through the `[api:Email->send()]` API without actually
using a mail server (see the [testing emails](email-sending)) guide.
## Fixtures
Often you need to test your functionality with some existing data, so called "fixtures".
These records are inserted on a fresh test database automatically.
[Read more about fixtures](fixtures).
[Read more about fixtures](fixtures).