[ticket/12432] Correcting the assertion

PHPBB3-12432
This commit is contained in:
Nicofuma 2014-04-26 18:54:47 +02:00
parent 28176b0746
commit ea15b879f1

View file

@ -224,10 +224,7 @@ class phpbb_dbal_migrator_test extends phpbb_database_test_case
$this->fail('Revert did not remove test_column.'); $this->fail('Revert did not remove test_column.');
} }
if ($migrator_test_revert_counter != 1) $this->assertEquals(1, $migrator_test_revert_counter, 'Revert did call custom function again');
{
$this->fail('Revert did not recall the customs functions.');
}
} }
public function test_fail() public function test_fail()