aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2012-12-04 23:35:34 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2012-12-04 23:35:34 -0500
commit0f96b1aad378b1fc40620ea57df5ee89224fd5eb (patch)
tree28dcac34da2a2dd86d7a58a2779fc8020eb87bb0 /tests
parent2fc43e6ed71e4b9abdb76aa179b4e64efaa47ffa (diff)
downloadforums-0f96b1aad378b1fc40620ea57df5ee89224fd5eb.tar
forums-0f96b1aad378b1fc40620ea57df5ee89224fd5eb.tar.gz
forums-0f96b1aad378b1fc40620ea57df5ee89224fd5eb.tar.bz2
forums-0f96b1aad378b1fc40620ea57df5ee89224fd5eb.tar.xz
forums-0f96b1aad378b1fc40620ea57df5ee89224fd5eb.zip
[ticket/11162] Move to a separate file to avoid blowing out functions.php.
PHPBB3-11162
Diffstat (limited to 'tests')
-rw-r--r--tests/functions_tricky_update/fixtures/duplicates.xml (renamed from tests/functions/fixtures/duplicates.xml)0
-rw-r--r--tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php (renamed from tests/functions/update_rows_avoiding_duplicates_test.php)2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/fixtures/duplicates.xml b/tests/functions_tricky_update/fixtures/duplicates.xml
index bc08016a8f..bc08016a8f 100644
--- a/tests/functions/fixtures/duplicates.xml
+++ b/tests/functions_tricky_update/fixtures/duplicates.xml
diff --git a/tests/functions/update_rows_avoiding_duplicates_test.php b/tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php
index 0d68e22d4a..6940122393 100644
--- a/tests/functions/update_rows_avoiding_duplicates_test.php
+++ b/tests/functions_tricky_update/update_rows_avoiding_duplicates_test.php
@@ -7,7 +7,7 @@
*
*/
-require_once dirname(__FILE__) . '/../../phpBB/includes/functions.php';
+require_once dirname(__FILE__) . '/../../phpBB/includes/functions_tricky_update.php';
class phpbb_update_rows_avoiding_duplicates_test extends phpbb_database_test_case
{