mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/14742] Add test for (not) reverting if
PHPBB3-14742
This commit is contained in:
@@ -156,6 +156,14 @@ class phpbb_dbal_migrator_test extends phpbb_database_test_case
|
||||
|
||||
$this->assertFalse($migrator_test_if_true_failed, 'True test failed');
|
||||
$this->assertFalse($migrator_test_if_false_failed, 'False test failed');
|
||||
|
||||
while ($this->migrator->migration_state('phpbb_dbal_migration_if') !== false)
|
||||
{
|
||||
$this->migrator->revert('phpbb_dbal_migration_if');
|
||||
}
|
||||
|
||||
$this->assertFalse($migrator_test_if_true_failed, 'True test after revert failed');
|
||||
$this->assertFalse($migrator_test_if_false_failed, 'False test after revert failed');
|
||||
}
|
||||
|
||||
public function test_recall()
|
||||
|
Reference in New Issue
Block a user