silverstripe-framework/docs/en/topics/testing
CheeseSucker b0615cdc5f Fixed a markdown issue
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-&gt;send()` API

Instead of the expected:
<code><a href="(good-link)">assertEmailSent</a></code>
which can simulate sending emails through the <code>Email-&gt;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
2013-06-18 14:28:12 +02:00
..
create-functional-test.md API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
create-silverstripe-test.md Fixed a markdown issue 2013-06-18 14:28:12 +02:00
email-sending.md Small text changes, added api links, cont. updating images for tutorials, fixed tutorials from member feedback 2011-03-09 10:05:51 +13:00
fixtures.md NEW FixtureFactory separated out from YamlFixture 2012-12-11 17:06:27 +01:00
index.md NEW Support for Behat tests, and initial set of tests 2012-11-16 15:31:55 +13:00
testing-guide-troubleshooting.md Fixed usage of DataList etc in docs (fixes #7518) 2012-06-27 16:09:31 +02:00
why-test.md API-CHANGE Update docs to match renaming of sapphire to framework 2012-04-15 10:50:19 +12:00