diff options
author | uckelman <uckelman@nomic.net> | 2010-04-11 13:58:18 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-11 13:58:18 +0000 |
commit | faee66a2542ab6d309cc96bdf009abcc09318d52 (patch) | |
tree | ef08bf04a18c5ec66fc0ecbbc0324e6d8ac7d4e4 /test | |
parent | 366d40e006d245180747522e909150131cb34a61 (diff) |
Typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6647 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-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); |