aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-01-10 00:18:37 +0100
committerIgor Wiedler <igor@wiedler.ch>2011-01-10 00:18:37 +0100
commit01fe91c5c4e897801f5c179cd4060e686762f105 (patch)
tree178535f1cecfa2fd5748b21f9d59d1d471d1bd35
parent0a945100fd285658f1c3c936d413939eb11a6e16 (diff)
downloadforums-01fe91c5c4e897801f5c179cd4060e686762f105.tar
forums-01fe91c5c4e897801f5c179cd4060e686762f105.tar.gz
forums-01fe91c5c4e897801f5c179cd4060e686762f105.tar.bz2
forums-01fe91c5c4e897801f5c179cd4060e686762f105.tar.xz
forums-01fe91c5c4e897801f5c179cd4060e686762f105.zip
[ticket/9987] Rename test files to include a _test suffix
PHPBB3-9987
-rw-r--r--phpunit.xml.dist2
-rw-r--r--tests/dbal/select_test.php (renamed from tests/dbal/select.php)0
-rw-r--r--tests/dbal/write_test.php (renamed from tests/dbal/write.php)0
-rw-r--r--tests/network/checkdnsrr_test.php (renamed from tests/network/checkdnsrr.php)0
-rw-r--r--tests/random/gen_rand_string_test.php (renamed from tests/random/gen_rand_string.php)0
-rw-r--r--tests/regex/censor_test.php (renamed from tests/regex/censor.php)0
-rw-r--r--tests/regex/email_test.php (renamed from tests/regex/email.php)0
-rw-r--r--tests/regex/ipv4_test.php (renamed from tests/regex/ipv4.php)0
-rw-r--r--tests/regex/ipv6_test.php (renamed from tests/regex/ipv6.php)0
-rw-r--r--tests/regex/url_test.php (renamed from tests/regex/url.php)0
-rw-r--r--tests/request/request_var_test.php (renamed from tests/request/request_var.php)0
-rw-r--r--tests/security/extract_current_page_test.php (renamed from tests/security/extract_current_page.php)0
-rw-r--r--tests/security/redirect_test.php (renamed from tests/security/redirect.php)0
-rw-r--r--tests/template/template_test.php (renamed from tests/template/template.php)0
-rw-r--r--tests/text_processing/make_clickable_test.php (renamed from tests/text_processing/make_clickable.php)0
15 files changed, 1 insertions, 1 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index d1d8adbdd5..78c7fdd93a 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -13,7 +13,7 @@
>
<testsuites>
<testsuite name="phpBB Test Suite">
- <directory suffix=".php">./tests/</directory>
+ <directory suffix="_test.php">./tests/</directory>
</testsuite>
</testsuites>
diff --git a/tests/dbal/select.php b/tests/dbal/select_test.php
index 987de5cbff..987de5cbff 100644
--- a/tests/dbal/select.php
+++ b/tests/dbal/select_test.php
diff --git a/tests/dbal/write.php b/tests/dbal/write_test.php
index a24b6efcc4..a24b6efcc4 100644
--- a/tests/dbal/write.php
+++ b/tests/dbal/write_test.php
diff --git a/tests/network/checkdnsrr.php b/tests/network/checkdnsrr_test.php
index 427132e508..427132e508 100644
--- a/tests/network/checkdnsrr.php
+++ b/tests/network/checkdnsrr_test.php
diff --git a/tests/random/gen_rand_string.php b/tests/random/gen_rand_string_test.php
index fa519f134c..fa519f134c 100644
--- a/tests/random/gen_rand_string.php
+++ b/tests/random/gen_rand_string_test.php
diff --git a/tests/regex/censor.php b/tests/regex/censor_test.php
index ae2d86e07e..ae2d86e07e 100644
--- a/tests/regex/censor.php
+++ b/tests/regex/censor_test.php
diff --git a/tests/regex/email.php b/tests/regex/email_test.php
index 5d6e207cbb..5d6e207cbb 100644
--- a/tests/regex/email.php
+++ b/tests/regex/email_test.php
diff --git a/tests/regex/ipv4.php b/tests/regex/ipv4_test.php
index 735a2c4384..735a2c4384 100644
--- a/tests/regex/ipv4.php
+++ b/tests/regex/ipv4_test.php
diff --git a/tests/regex/ipv6.php b/tests/regex/ipv6_test.php
index 187588f861..187588f861 100644
--- a/tests/regex/ipv6.php
+++ b/tests/regex/ipv6_test.php
diff --git a/tests/regex/url.php b/tests/regex/url_test.php
index 246cbf549c..246cbf549c 100644
--- a/tests/regex/url.php
+++ b/tests/regex/url_test.php
diff --git a/tests/request/request_var.php b/tests/request/request_var_test.php
index 0901b43920..0901b43920 100644
--- a/tests/request/request_var.php
+++ b/tests/request/request_var_test.php
diff --git a/tests/security/extract_current_page.php b/tests/security/extract_current_page_test.php
index ff0ab4d1bb..ff0ab4d1bb 100644
--- a/tests/security/extract_current_page.php
+++ b/tests/security/extract_current_page_test.php
diff --git a/tests/security/redirect.php b/tests/security/redirect_test.php
index c53414e7df..c53414e7df 100644
--- a/tests/security/redirect.php
+++ b/tests/security/redirect_test.php
diff --git a/tests/template/template.php b/tests/template/template_test.php
index 35df17e4c6..35df17e4c6 100644
--- a/tests/template/template.php
+++ b/tests/template/template_test.php
diff --git a/tests/text_processing/make_clickable.php b/tests/text_processing/make_clickable_test.php
index 75a35daf82..75a35daf82 100644
--- a/tests/text_processing/make_clickable.php
+++ b/tests/text_processing/make_clickable_test.php