1
0
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:
Oleg Pudeyev
2012-12-04 23:37:57 -05:00
parent abca64b1df
commit 58951ef105

View File

@@ -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();