diff options
Diffstat (limited to 'test/PhpBB3Test.php')
-rw-r--r-- | test/PhpBB3Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PhpBB3Test.php b/test/PhpBB3Test.php index 8f06170..c86fa5d 100644 --- a/test/PhpBB3Test.php +++ b/test/PhpBB3Test.php @@ -34,7 +34,7 @@ EOF; } /** - * @dataProvider provider_GetUserId + * @dataProvider providerGetUserId */ public function testGetUserId($from, $expected, $ex) { if ($ex) $this->setExpectedException($ex); |