Skip to content

Commit

Permalink
Remove duplicate variable initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Jun 6, 2014
1 parent 1cc4620 commit 83073fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/libraries/PMA_insert_edit_test.php
Expand Up @@ -731,7 +731,6 @@ public function testGetNullifyCodeForNullColumn()
$column['True_Type'] = '';
$column['Field'] = 'f';
$foreigners['f'] = true;
$foreignData = array();
$foreignData['foreign_link'] = '';
$this->assertEquals(
'4',
Expand Down

0 comments on commit 83073fe

Please sign in to comment.