mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:01:55 +02:00
[ticket/11162] The test is not at all trivial.
PHPBB3-11162
This commit is contained in:
@@ -53,7 +53,7 @@ class phpbb_update_rows_avoiding_duplicates_test extends phpbb_database_test_cas
|
|||||||
/**
|
/**
|
||||||
* @dataProvider fixture_data
|
* @dataProvider fixture_data
|
||||||
*/
|
*/
|
||||||
public function test_trivial_update($description, $from, $to, $expected_result_count)
|
public function test_update($description, $from, $to, $expected_result_count)
|
||||||
{
|
{
|
||||||
$db = $this->new_dbal();
|
$db = $this->new_dbal();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user