mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/9714] Use correct variable name in email regular expression tests.
PHPBB3-9714
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
Reference in New Issue
Block a user