aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-12 21:46:38 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-12 21:46:38 -0500
commite2c67a8e42beefe1631a90feeb2215e2137c944b (patch)
tree5d1cd0b0bc4ce1996c58f99b954e018655075aa7 /tests
parentf5de11438c471a76fc5c5f3a4b8c4c29d07ed734 (diff)
downloadforums-e2c67a8e42beefe1631a90feeb2215e2137c944b.tar
forums-e2c67a8e42beefe1631a90feeb2215e2137c944b.tar.gz
forums-e2c67a8e42beefe1631a90feeb2215e2137c944b.tar.bz2
forums-e2c67a8e42beefe1631a90feeb2215e2137c944b.tar.xz
forums-e2c67a8e42beefe1631a90feeb2215e2137c944b.zip
[ticket/11162] Rename tricky updates to database helper.
PHPBB3-11162
Diffstat (limited to 'tests')
-rw-r--r--tests/functions_database_helper/fixtures/bookmarks_duplicates.xml (renamed from tests/functions_tricky_update/fixtures/bookmarks_duplicates.xml)0
-rw-r--r--tests/functions_database_helper/fixtures/topics_watch_duplicates.xml (renamed from tests/functions_tricky_update/fixtures/topics_watch_duplicates.xml)0
-rw-r--r--tests/functions_database_helper/update_rows_avoiding_duplicates_notify_status_test.php (renamed from tests/functions_tricky_update/update_rows_avoiding_duplicates_notify_status_test.php)2
-rw-r--r--tests/functions_database_helper/update_rows_avoiding_duplicates_test.php (renamed from tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php)2
4 files changed, 2 insertions, 2 deletions
diff --git a/tests/functions_tricky_update/fixtures/bookmarks_duplicates.xml b/tests/functions_database_helper/fixtures/bookmarks_duplicates.xml
index d49f76b073..d49f76b073 100644
--- a/tests/functions_tricky_update/fixtures/bookmarks_duplicates.xml
+++ b/tests/functions_database_helper/fixtures/bookmarks_duplicates.xml
diff --git a/tests/functions_tricky_update/fixtures/topics_watch_duplicates.xml b/tests/functions_database_helper/fixtures/topics_watch_duplicates.xml
index c387bb737a..c387bb737a 100644
--- a/tests/functions_tricky_update/fixtures/topics_watch_duplicates.xml
+++ b/tests/functions_database_helper/fixtures/topics_watch_duplicates.xml
diff --git a/tests/functions_tricky_update/update_rows_avoiding_duplicates_notify_status_test.php b/tests/functions_database_helper/update_rows_avoiding_duplicates_notify_status_test.php
index 9052585552..6c0f2da1e1 100644
--- a/tests/functions_tricky_update/update_rows_avoiding_duplicates_notify_status_test.php
+++ b/tests/functions_database_helper/update_rows_avoiding_duplicates_notify_status_test.php
@@ -7,7 +7,7 @@
*
*/
-require_once dirname(__FILE__) . '/../../phpBB/includes/functions_tricky_update.php';
+require_once dirname(__FILE__) . '/../../phpBB/includes/functions_database_helper.php';
class phpbb_update_rows_avoiding_duplicates_notify_status_test extends phpbb_database_test_case
{
diff --git a/tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php b/tests/functions_database_helper/update_rows_avoiding_duplicates_test.php
index 6142997408..2f01d29d15 100644
--- a/tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php
+++ b/tests/functions_database_helper/update_rows_avoiding_duplicates_test.php
@@ -7,7 +7,7 @@
*
*/
-require_once dirname(__FILE__) . '/../../phpBB/includes/functions_tricky_update.php';
+require_once dirname(__FILE__) . '/../../phpBB/includes/functions_database_helper.php';
class phpbb_update_rows_avoiding_duplicates_test extends phpbb_database_test_case
{