mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 03:22:37 +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.');
|
$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()
|
||||||
|
Reference in New Issue
Block a user