aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-04 23:37:57 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-04 23:37:57 -0500
commit58951ef1057bd5f0d1098f9536eb8a84c532833c (patch)
tree746ac64e9865906225cd2d9ad92365be9a0d04cf
parentabca64b1dfbe11f73675a3e5457fb9f0038f1cb6 (diff)
downloadforums-58951ef1057bd5f0d1098f9536eb8a84c532833c.tar
forums-58951ef1057bd5f0d1098f9536eb8a84c532833c.tar.gz
forums-58951ef1057bd5f0d1098f9536eb8a84c532833c.tar.bz2
forums-58951ef1057bd5f0d1098f9536eb8a84c532833c.tar.xz
forums-58951ef1057bd5f0d1098f9536eb8a84c532833c.zip
[ticket/11162] The test is not at all trivial.
PHPBB3-11162
-rw-r--r--tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php b/tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php
index 6940122393..4849605e9c 100644
--- a/tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php
+++ b/tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php
@@ -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();