From efe06af91327e0eb30b98b6c848d72c66774c0e9 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sat, 22 Nov 2008 23:25:57 +0000 Subject: - merge r9084 and r9085 - added tests for make_clickable git-svn-id: file:///svn/phpbb/trunk@9086 89ea8834-ac86-4346-8a33-228a782c2dd0 --- tests/text_processing/all_tests.php | 44 +++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 tests/text_processing/all_tests.php (limited to 'tests/text_processing/all_tests.php') diff --git a/tests/text_processing/all_tests.php b/tests/text_processing/all_tests.php new file mode 100644 index 0000000000..f49da23055 --- /dev/null +++ b/tests/text_processing/all_tests.php @@ -0,0 +1,44 @@ +addTestSuite('phpbb_text_processing_make_clickable_test'); + + return $suite; + } +} + +if (PHPUnit_MAIN_METHOD == 'phpbb_text_processing_all_tests::main') +{ + phpbb_text_processing_all_tests::main(); +} +?> \ No newline at end of file -- cgit v1.2.1