mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #2110 from CheeseSucker/patch-3
Fixed a markdown issue
This commit is contained in:
commit
37cfcd596d
@ -58,8 +58,8 @@ 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.
|
for a listing of all PHPUnit's built-in assertions.
|
||||||
|
|
||||||
The `[api:SapphireTest]` class comes with additional assertions which are more
|
The `[api:SapphireTest]` class comes with additional assertions which are more
|
||||||
specific to the framework, e.g. `[assertEmailSent](api:SapphireTest->assertEmailSent())`
|
specific to the framework, e.g. `[api:SapphireTest->assertEmailSent()]`
|
||||||
which can simulate sending emails through the `Email->send()` API without actually
|
which can simulate sending emails through the `[api:Email->send()]` API without actually
|
||||||
using a mail server (see the [testing emails](email-sending)) guide.
|
using a mail server (see the [testing emails](email-sending)) guide.
|
||||||
|
|
||||||
## Fixtures
|
## Fixtures
|
||||||
|
Loading…
Reference in New Issue
Block a user