mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12432] Correcting the assertion
PHPBB3-12432
This commit is contained in:
parent
28176b0746
commit
ea15b879f1
1 changed files with 1 additions and 4 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Reference in a new issue