diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-04-14 02:27:07 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-05-25 12:08:51 +0200 |
| commit | 6a5ad05d8a15c0d4f6be2413190c5a2fdc270f5d (patch) | |
| tree | 2636decf929881bbe94d60827f3b12f76042e0a6 /tests/regex/all_tests.php | |
| parent | 12e92fc45e7c023122d0c52d94fc49710ca6d4dd (diff) | |
| download | forums-6a5ad05d8a15c0d4f6be2413190c5a2fdc270f5d.tar forums-6a5ad05d8a15c0d4f6be2413190c5a2fdc270f5d.tar.gz forums-6a5ad05d8a15c0d4f6be2413190c5a2fdc270f5d.tar.bz2 forums-6a5ad05d8a15c0d4f6be2413190c5a2fdc270f5d.tar.xz forums-6a5ad05d8a15c0d4f6be2413190c5a2fdc270f5d.zip | |
[ticket/9626] A few tests for the email regular expression.
PHPBB3-9626
Diffstat (limited to 'tests/regex/all_tests.php')
| -rw-r--r-- | tests/regex/all_tests.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/regex/all_tests.php b/tests/regex/all_tests.php index 32cd9a3a4e..0e193620e1 100644 --- a/tests/regex/all_tests.php +++ b/tests/regex/all_tests.php @@ -15,6 +15,7 @@ if (!defined('PHPUnit_MAIN_METHOD')) require_once 'test_framework/framework.php'; require_once 'PHPUnit/TextUI/TestRunner.php'; +require_once 'regex/email.php'; require_once 'regex/ipv4.php'; require_once 'regex/ipv6.php'; @@ -29,6 +30,7 @@ class phpbb_regex_all_tests { $suite = new PHPUnit_Framework_TestSuite('phpBB Regular Expressions'); + $suite->addTestSuite('phpbb_email_test'); $suite->addTestSuite('phpbb_ipv4_test'); $suite->addTestSuite('phpbb_ipv6_test'); |
