diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-07-21 18:59:02 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2011-01-03 00:09:40 +0100 |
| commit | dc7e3550ab6a4f95f12cbb366f3ad1a0568b8a2d (patch) | |
| tree | ece191dc438f9a7745b29afc578cfcf7f9838310 /tests/network/all_tests.php | |
| parent | 979158f0a2e1ab88685f608e8756ff40248b86cf (diff) | |
| download | forums-dc7e3550ab6a4f95f12cbb366f3ad1a0568b8a2d.tar forums-dc7e3550ab6a4f95f12cbb366f3ad1a0568b8a2d.tar.gz forums-dc7e3550ab6a4f95f12cbb366f3ad1a0568b8a2d.tar.bz2 forums-dc7e3550ab6a4f95f12cbb366f3ad1a0568b8a2d.tar.xz forums-dc7e3550ab6a4f95f12cbb366f3ad1a0568b8a2d.zip | |
[ticket/9746] Adding tests for phpbb_ip_normalise().
PHPBB3-9746
Diffstat (limited to 'tests/network/all_tests.php')
| -rw-r--r-- | tests/network/all_tests.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/network/all_tests.php b/tests/network/all_tests.php index b500647f81..6305aae5b8 100644 --- a/tests/network/all_tests.php +++ b/tests/network/all_tests.php @@ -16,6 +16,7 @@ require_once 'test_framework/framework.php'; require_once 'PHPUnit/TextUI/TestRunner.php'; require_once 'network/checkdnsrr.php'; +require_once 'network/ip_normalise.php'; class phpbb_network_all_tests { @@ -29,6 +30,7 @@ class phpbb_network_all_tests $suite = new PHPUnit_Framework_TestSuite('phpBB Network Functions'); $suite->addTestSuite('phpbb_network_checkdnsrr_test'); + $suite->addTestSuite('phpbb_network_ip_normalise_test'); return $suite; } |
