mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
b0615cdc5f
Maybe a bug in SS markdown? The old code generated: <a href="(faulty-link)">assertEmailSent</a> <code>which can simulate sending emails through the</code>Email->send()` API Instead of the expected: <code><a href="(good-link)">assertEmailSent</a></code> which can simulate sending emails through the <code>Email->send()</code> API faulty-link = http://api.silverstripe.org/search/lookup/?q=SapphireTest->assertEmailSent(&version=trunk&module=framework) good-link: http://api.silverstripe.org/search/lookup/?q=SapphireTest->assertEmailSent()&version=trunk&module=framework |
||
---|---|---|
.. | ||
create-functional-test.md | ||
create-silverstripe-test.md | ||
email-sending.md | ||
fixtures.md | ||
index.md | ||
testing-guide-troubleshooting.md | ||
why-test.md |