mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/11162] The test is not at all trivial.
PHPBB3-11162
This commit is contained in:
parent
abca64b1df
commit
58951ef105
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class phpbb_update_rows_avoiding_duplicates_test extends phpbb_database_test_cas
|
|||
/**
|
||||
* @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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue