Skip to content

Commit

Permalink
Renamed function
Browse files Browse the repository at this point in the history
  • Loading branch information
kasunchathuranga committed Aug 15, 2013
1 parent 3b7aaf5 commit 9530951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/classes/navigation/PMA_Navigation_test.php
Expand Up @@ -140,7 +140,7 @@ public function testGetItemUnhideDialog()
$html
);
$this->assertContains(
'<a href="navigation.php?' . PMA_generate_common_url()
'<a href="navigation.php?' . PMA_URL_getCommon()
. '&unhideNavItem=true&itemType=table&itemName=tableName&dbName=db"'
. ' class="unhideNavItem ajax">',
$html
Expand Down
2 changes: 1 addition & 1 deletion test/classes/navigation/PMA_Node_DatabaseChild_test.php
Expand Up @@ -82,7 +82,7 @@ public function testGetHtmlForControlButtons()
$html
);
$this->assertContains(
'<a href="navigation.php?' . PMA_generate_common_url()
'<a href="navigation.php?' . PMA_URL_getCommon()
. '&hideNavItem=true&itemType=itemType&itemName=child'
. '&dbName=parent" class="hideNavItem ajax">',
$html
Expand Down

0 comments on commit 9530951

Please sign in to comment.