summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-22 20:58:29 +0000
committeruckelman <uckelman@nomic.net>2010-04-22 20:58:29 +0000
commit87bf17db21e92638f5dd3ab776326755dad0867f (patch)
tree516fdea7b141d7e3eff57667118ea84b8c6b3f86 /test
parent514bc0bd5d84550d7b9c82f3afd6eee76e1748e3 (diff)
Fixed bad provider name.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6729 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r--test/BridgeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index f3d3b48..eabcabe 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -174,7 +174,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
$this->assertEquals(false, $bridge->getMessageId($postId));
}
- public function providerUnregisterMessage() {
+ public function providerUnregisterPost() {
return array(
array(null, 'Exception'),
array(1, 'Exception'),