Преглед изворни кода

ZF-8369 #comment applied patch provided by Robert Basic

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22236 44c647ce-9c0f-0410-b52a-842ac1e357ba
wilmoore пре 15 година
родитељ
комит
2ddb3c520b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      documentation/manual/en/module_specs/Zend_Test-PHPUnit-Examples.xml

+ 1 - 1
documentation/manual/en/module_specs/Zend_Test-PHPUnit-Examples.xml

@@ -316,7 +316,7 @@ class UserControllerTest extends Zend_Test_PHPUnit_ControllerTestCase
             database is in a pristine, testable configuration at the beginning
             of each test. PHPUnit already provides functionality for doing so;
             <ulink
-                url="http://www.phpunit.de/pocket_guide/3.3/en/database.html">read
+                url="http://www.phpunit.de/manual/3.4/en/database.html">read
                 about it in the PHPUnit documentation</ulink>. We recommend
             using a separate database for testing versus production, and in
             particular recommend using either a SQLite file or in-memory