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
commit d869fc9804

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