diff options
author | Igor Wiedler <igor@wiedler.ch> | 2011-01-10 00:18:37 +0100 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2011-01-10 00:18:37 +0100 |
commit | 01fe91c5c4e897801f5c179cd4060e686762f105 (patch) | |
tree | 178535f1cecfa2fd5748b21f9d59d1d471d1bd35 /tests/regex | |
parent | 0a945100fd285658f1c3c936d413939eb11a6e16 (diff) | |
download | forums-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
Diffstat (limited to 'tests/regex')
-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 |
5 files changed, 0 insertions, 0 deletions
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 |