Browse Source

[DOCUMENTATION] English:
- fix compilation errors

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16915 44c647ce-9c0f-0410-b52a-842ac1e357ba

mikaelkael 16 years ago
parent
commit
a6648d9dcf

+ 9 - 7
documentation/manual/en/module_specs/Zend_Test-PHPUnit-Db-Testing.xml

@@ -101,16 +101,16 @@
             testing extension.
         </para>
 
+        <para>
+            The next table lists only the new methods compared to the
+            <classname>PHPUnit_Extensions_Database_TestCase</classname>, whose <ulink
+                url="http://www.phpunit.de/manual/current/en/database.html">API is documented in
+            the PHPUnit Documentation</ulink>.
+        </para>
+
         <table id="zend.test.phpunit.db.testing.testcase.api-methods">
             <title>Zend_Test_PHPUnit_DatabaseTestCase API Methods</title>
 
-            <para>
-                This lists only the new methods compared to the
-                <classname>PHPUnit_Extensions_Database_TestCase</classname>, whose <ulink
-                    url="http://www.phpunit.de/manual/current/en/database.html">API is documented in
-                the PHPUnit Documentation</ulink>.
-            </para>
-
             <tgroup cols="2">
                 <thead>
                     <row>
@@ -201,6 +201,8 @@
         </para>
 
         <example id="zend.test.phpunit.db.testing.controllerintegration.example">
+            <title>Database integration example</title>
+
             <para>
                 This example extends the User Controller Test from the
                 <classname>Zend_Test_PHPUnit_ControllerTestCase</classname> documentation to include