mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 06:36:39 +02:00
[ticket/12812] Improve migrator config_text tool tests
PHPBB3-12812
This commit is contained in:
@ -71,9 +71,7 @@ class phpbb_dbal_migrator_tool_config_text_test extends phpbb_database_test_case
|
|||||||
|
|
||||||
public function test_reverse_remove()
|
public function test_reverse_remove()
|
||||||
{
|
{
|
||||||
$this->config_text->delete('foo');
|
|
||||||
|
|
||||||
$this->tool->reverse('remove', 'foo');
|
$this->tool->reverse('remove', 'foo');
|
||||||
$this->assertEquals('', $this->config_text->get('foo'));
|
$this->assertSame('', $this->config_text->get('foo'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user