mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 02:51:35 +02:00
[ticket/12432] Correcting the assertion
PHPBB3-12432
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user