diff options
author | JoshyPHP <s9e.dev@gmail.com> | 2015-05-29 17:36:06 +0200 |
---|---|---|
committer | JoshyPHP <s9e.dev@gmail.com> | 2015-05-30 17:26:13 +0200 |
commit | 132282634ff746c6c4627b87e307df3748f7bbd9 (patch) | |
tree | 04ad4777b3a1b8be72afa2a18b35fdb0e770bba5 | |
parent | c8052ea8230cf7bb70c979dfc87b04527635f4b0 (diff) | |
download | forums-132282634ff746c6c4627b87e307df3748f7bbd9.tar forums-132282634ff746c6c4627b87e307df3748f7bbd9.tar.gz forums-132282634ff746c6c4627b87e307df3748f7bbd9.tar.bz2 forums-132282634ff746c6c4627b87e307df3748f7bbd9.tar.xz forums-132282634ff746c6c4627b87e307df3748f7bbd9.zip |
[ticket/13803] Moved tests to a subdir
PHPBB3-13803
-rw-r--r-- | tests/text_reparser/plugins/contact_admin_info_test.php (renamed from tests/text_reparser/contact_admin_info_test.php) | 6 | ||||
-rw-r--r-- | tests/text_reparser/plugins/fixtures/contact_admin_info.xml (renamed from tests/text_reparser/fixtures/contact_admin_info.xml) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/fixtures/forums.xml (renamed from tests/text_reparser/fixtures/forums.xml) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/fixtures/groups.xml (renamed from tests/text_reparser/fixtures/groups.xml) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/fixtures/poll_options.xml (renamed from tests/text_reparser/fixtures/poll_options.xml) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/fixtures/polls.xml (renamed from tests/text_reparser/fixtures/polls.xml) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/fixtures/posts.xml (renamed from tests/text_reparser/fixtures/posts.xml) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/fixtures/privmsgs.xml (renamed from tests/text_reparser/fixtures/privmsgs.xml) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/fixtures/users.xml (renamed from tests/text_reparser/fixtures/users.xml) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/forum_description_test.php (renamed from tests/text_reparser/forum_description_test.php) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/forum_rules_test.php (renamed from tests/text_reparser/forum_rules_test.php) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/group_description_test.php (renamed from tests/text_reparser/group_description_test.php) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/pm_text_test.php (renamed from tests/text_reparser/pm_text_test.php) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/poll_option_test.php (renamed from tests/text_reparser/poll_option_test.php) | 6 | ||||
-rw-r--r-- | tests/text_reparser/plugins/poll_title_test.php (renamed from tests/text_reparser/poll_title_test.php) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/post_text_test.php (renamed from tests/text_reparser/post_text_test.php) | 0 | ||||
-rw-r--r-- | tests/text_reparser/plugins/test_row_based_plugin.php (renamed from tests/text_reparser/test_row_based_plugin.php) | 6 | ||||
-rw-r--r-- | tests/text_reparser/plugins/user_signature_test.php (renamed from tests/text_reparser/user_signature_test.php) | 0 |
18 files changed, 9 insertions, 9 deletions
diff --git a/tests/text_reparser/contact_admin_info_test.php b/tests/text_reparser/plugins/contact_admin_info_test.php index 5cccdfa4d5..e577d2fd3d 100644 --- a/tests/text_reparser/contact_admin_info_test.php +++ b/tests/text_reparser/plugins/contact_admin_info_test.php @@ -10,9 +10,9 @@ * the docs/CREDITS.txt file. * */ -require_once __DIR__ . '/../../phpBB/includes/functions.php'; -require_once __DIR__ . '/../../phpBB/includes/functions_content.php'; -require_once __DIR__ . '/../test_framework/phpbb_database_test_case.php'; +require_once __DIR__ . '/../../../phpBB/includes/functions.php'; +require_once __DIR__ . '/../../../phpBB/includes/functions_content.php'; +require_once __DIR__ . '/../../test_framework/phpbb_database_test_case.php'; class phpbb_textreparser_contact_admin_info_test extends phpbb_database_test_case { diff --git a/tests/text_reparser/fixtures/contact_admin_info.xml b/tests/text_reparser/plugins/fixtures/contact_admin_info.xml index 13cd82b1a4..13cd82b1a4 100644 --- a/tests/text_reparser/fixtures/contact_admin_info.xml +++ b/tests/text_reparser/plugins/fixtures/contact_admin_info.xml diff --git a/tests/text_reparser/fixtures/forums.xml b/tests/text_reparser/plugins/fixtures/forums.xml index 39c172c969..39c172c969 100644 --- a/tests/text_reparser/fixtures/forums.xml +++ b/tests/text_reparser/plugins/fixtures/forums.xml diff --git a/tests/text_reparser/fixtures/groups.xml b/tests/text_reparser/plugins/fixtures/groups.xml index d3df0131a3..d3df0131a3 100644 --- a/tests/text_reparser/fixtures/groups.xml +++ b/tests/text_reparser/plugins/fixtures/groups.xml diff --git a/tests/text_reparser/fixtures/poll_options.xml b/tests/text_reparser/plugins/fixtures/poll_options.xml index c2fad9f764..c2fad9f764 100644 --- a/tests/text_reparser/fixtures/poll_options.xml +++ b/tests/text_reparser/plugins/fixtures/poll_options.xml diff --git a/tests/text_reparser/fixtures/polls.xml b/tests/text_reparser/plugins/fixtures/polls.xml index 9baf813c97..9baf813c97 100644 --- a/tests/text_reparser/fixtures/polls.xml +++ b/tests/text_reparser/plugins/fixtures/polls.xml diff --git a/tests/text_reparser/fixtures/posts.xml b/tests/text_reparser/plugins/fixtures/posts.xml index ec31747ed9..ec31747ed9 100644 --- a/tests/text_reparser/fixtures/posts.xml +++ b/tests/text_reparser/plugins/fixtures/posts.xml diff --git a/tests/text_reparser/fixtures/privmsgs.xml b/tests/text_reparser/plugins/fixtures/privmsgs.xml index 4049b9890a..4049b9890a 100644 --- a/tests/text_reparser/fixtures/privmsgs.xml +++ b/tests/text_reparser/plugins/fixtures/privmsgs.xml diff --git a/tests/text_reparser/fixtures/users.xml b/tests/text_reparser/plugins/fixtures/users.xml index 60c623b6b1..60c623b6b1 100644 --- a/tests/text_reparser/fixtures/users.xml +++ b/tests/text_reparser/plugins/fixtures/users.xml diff --git a/tests/text_reparser/forum_description_test.php b/tests/text_reparser/plugins/forum_description_test.php index 3b739353cd..3b739353cd 100644 --- a/tests/text_reparser/forum_description_test.php +++ b/tests/text_reparser/plugins/forum_description_test.php diff --git a/tests/text_reparser/forum_rules_test.php b/tests/text_reparser/plugins/forum_rules_test.php index 4c267c9014..4c267c9014 100644 --- a/tests/text_reparser/forum_rules_test.php +++ b/tests/text_reparser/plugins/forum_rules_test.php diff --git a/tests/text_reparser/group_description_test.php b/tests/text_reparser/plugins/group_description_test.php index 51035903e1..51035903e1 100644 --- a/tests/text_reparser/group_description_test.php +++ b/tests/text_reparser/plugins/group_description_test.php diff --git a/tests/text_reparser/pm_text_test.php b/tests/text_reparser/plugins/pm_text_test.php index 3896a57e98..3896a57e98 100644 --- a/tests/text_reparser/pm_text_test.php +++ b/tests/text_reparser/plugins/pm_text_test.php diff --git a/tests/text_reparser/poll_option_test.php b/tests/text_reparser/plugins/poll_option_test.php index 669d859f9a..e043858597 100644 --- a/tests/text_reparser/poll_option_test.php +++ b/tests/text_reparser/plugins/poll_option_test.php @@ -10,9 +10,9 @@ * the docs/CREDITS.txt file. * */ -require_once __DIR__ . '/../../phpBB/includes/functions.php'; -require_once __DIR__ . '/../../phpBB/includes/functions_content.php'; -require_once __DIR__ . '/../test_framework/phpbb_database_test_case.php'; +require_once __DIR__ . '/../../../phpBB/includes/functions.php'; +require_once __DIR__ . '/../../../phpBB/includes/functions_content.php'; +require_once __DIR__ . '/../../test_framework/phpbb_database_test_case.php'; class phpbb_textreparser_poll_option_test extends phpbb_database_test_case { diff --git a/tests/text_reparser/poll_title_test.php b/tests/text_reparser/plugins/poll_title_test.php index 76ca2ee228..76ca2ee228 100644 --- a/tests/text_reparser/poll_title_test.php +++ b/tests/text_reparser/plugins/poll_title_test.php diff --git a/tests/text_reparser/post_text_test.php b/tests/text_reparser/plugins/post_text_test.php index 0f934a06ee..0f934a06ee 100644 --- a/tests/text_reparser/post_text_test.php +++ b/tests/text_reparser/plugins/post_text_test.php diff --git a/tests/text_reparser/test_row_based_plugin.php b/tests/text_reparser/plugins/test_row_based_plugin.php index 489dff280b..befcb48bda 100644 --- a/tests/text_reparser/test_row_based_plugin.php +++ b/tests/text_reparser/plugins/test_row_based_plugin.php @@ -10,9 +10,9 @@ * the docs/CREDITS.txt file. * */ -require_once __DIR__ . '/../../phpBB/includes/functions.php'; -require_once __DIR__ . '/../../phpBB/includes/functions_content.php'; -require_once __DIR__ . '/../test_framework/phpbb_database_test_case.php'; +require_once __DIR__ . '/../../../phpBB/includes/functions.php'; +require_once __DIR__ . '/../../../phpBB/includes/functions_content.php'; +require_once __DIR__ . '/../../test_framework/phpbb_database_test_case.php'; abstract class phpbb_textreparser_test_row_based_plugin extends phpbb_database_test_case { diff --git a/tests/text_reparser/user_signature_test.php b/tests/text_reparser/plugins/user_signature_test.php index ab830a303d..ab830a303d 100644 --- a/tests/text_reparser/user_signature_test.php +++ b/tests/text_reparser/plugins/user_signature_test.php |