diff --git a/test/libraries/common/PMA_showPHPDocu_test.php b/test/libraries/common/PMA_showPHPDocu_test.php index 6f7e3a6472..3115d452de 100644 --- a/test/libraries/common/PMA_showPHPDocu_test.php +++ b/test/libraries/common/PMA_showPHPDocu_test.php @@ -43,7 +43,7 @@ class PMA_ShowPHPDocu_Test extends PHPUnit_Framework_TestCase { $target = "docu"; $lang = _pgettext('PHP documentation language', 'en'); - $expected = '' . ''
             . __('Documentation') . ''; diff --git a/test/libraries/core/PMA_getLinks_test.php b/test/libraries/core/PMA_getLinks_test.php index 3c38ec6423..4ae0959b2e 100644 --- a/test/libraries/core/PMA_getLinks_test.php +++ b/test/libraries/core/PMA_getLinks_test.php @@ -33,7 +33,7 @@ class PMA_GetLinks_Test extends PHPUnit_Framework_TestCase $lang = _pgettext('PHP documentation language', 'en'); $this->assertEquals( PMA_getPHPDocLink('function'), - './url.php?url=https%3A%2F%2Fphp.net%2Fmanual%2F' + './url.php?url=https%3A%2F%2Fsecure.php.net%2Fmanual%2F' . $lang . '%2Ffunction' ); }