aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-07-12 01:55:52 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-07-12 01:55:52 +0200
commitd869fc98042886de2926fad8f1f4f11949000b48 (patch)
treec5109a08ba84dc882be6d2cc0b4cf3a99d128b9d /tests
parent88f6caf012e9bc9cead2fe04d13e7459c9b5364b (diff)
parentc6c4d01fe9619a1db585b7446343517762cd18b1 (diff)
downloadforums-d869fc98042886de2926fad8f1f4f11949000b48.tar
forums-d869fc98042886de2926fad8f1f4f11949000b48.tar.gz
forums-d869fc98042886de2926fad8f1f4f11949000b48.tar.bz2
forums-d869fc98042886de2926fad8f1f4f11949000b48.tar.xz
forums-d869fc98042886de2926fad8f1f4f11949000b48.zip
Merge branch 'ticket/bantu/9714' into develop-olympus
* ticket/bantu/9714: [ticket/9714] Use correct variable name in email regular expression tests.
Diffstat (limited to 'tests')
-rw-r--r--tests/regex/email.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regex/email.php b/tests/regex/email.php
index b1519dfa5f..85b6406ffc 100644
--- a/tests/regex/email.php
+++ b/tests/regex/email.php
@@ -70,7 +70,7 @@ class phpbb_regex_email_test extends phpbb_test_case
/**
* @dataProvider negative_match_data
*/
- public function test_negative_match($address)
+ public function test_negative_match($email)
{
$this->assertEquals(0, preg_match($this->regex, $email));
}