From 01fe91c5c4e897801f5c179cd4060e686762f105 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Mon, 10 Jan 2011 00:18:37 +0100 Subject: [ticket/9987] Rename test files to include a _test suffix PHPBB3-9987 --- tests/regex/url_test.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 tests/regex/url_test.php (limited to 'tests/regex/url_test.php') diff --git a/tests/regex/url_test.php b/tests/regex/url_test.php new file mode 100644 index 0000000000..246cbf549c --- /dev/null +++ b/tests/regex/url_test.php @@ -0,0 +1,33 @@ +assertEquals($expected, preg_match('#^' . get_preg_expression('url') . '$#i', $url)); + } +} -- cgit v1.2.1