Skip to content
This repository was archived by the owner on Apr 12, 2018. It is now read-only.

Removed ':' in section id of the xml structure #98

Merged
merged 1 commit into from
May 27, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion branches/3.8/en/database.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ class MyGuestbookTest extends PHPUnit_Extensions_Database_TestCase
</listitem>
</orderedlist>
</section>
<section id="tip:-use-your-own-abstract-database-testcase">
<section id="tip-use-your-own-abstract-database-testcase">
<title>Tip: Use your own Abstract Database TestCase</title>
<para>
From the previous implementation example you can easily see that
Expand Down