1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-25 02:51:35 +02:00

Merge branch 'ticket/bantu/9714' into develop-olympus

* ticket/bantu/9714:
  [ticket/9714] Use correct variable name in email regular expression tests.
This commit is contained in:
Andreas Fischer
2010-07-12 01:55:52 +02:00

View File

@@ -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));
}