aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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
{