aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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));
}