Skip to content

Commit

Permalink
Fix unit test.
Browse files Browse the repository at this point in the history
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
  • Loading branch information
Tithugues committed Dec 6, 2014
1 parent 35c4dbc commit 5d911e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/classes/PMA_Menu_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ function testTableDisplay()
*/
function testSetTable()
{
$menu = new PMA_Menu('pma_testServer', 'pma_test', 'table1');
$menu->setTable('pma_tbl');
$menu = new PMA_Menu('server', 'pma_test', '');
$menu->setTable('table1');
$this->assertContains(
'pma_tbl',
'table1',
$menu->getDisplay()
);
}
Expand Down

0 comments on commit 5d911e9

Please sign in to comment.