1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[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.');
}
if ($migrator_test_revert_counter != 1)
{
$this->fail('Revert did not recall the customs functions.');
}
$this->assertEquals(1, $migrator_test_revert_counter, 'Revert did call custom function again');
}
public function test_fail()