summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-11 13:58:18 +0000
committeruckelman <uckelman@nomic.net>2010-04-11 13:58:18 +0000
commitfaee66a2542ab6d309cc96bdf009abcc09318d52 (patch)
treeef08bf04a18c5ec66fc0ecbbc0324e6d8ac7d4e4 /test
parent366d40e006d245180747522e909150131cb34a61 (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.php2
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);