diff options
author | uckelman <uckelman@nomic.net> | 2010-04-30 17:16:39 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-30 17:16:39 +0000 |
commit | 0e6c8d3fbcd4afd0fb84ee736ff0d3952c713b4e (patch) | |
tree | 5f15d7842037312b83990ad609eb6e0dd7bf2a30 /test | |
parent | b0279ddcafc37495370ade3d9ae3c6dfff544042 (diff) |
Typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6789 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test')
-rw-r--r-- | test/BridgeTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php index cfe0382..c078aaa 100644 --- a/test/BridgeTest.php +++ b/test/BridgeTest.php @@ -158,7 +158,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase { ); } - public function providerRegisterMessageId() { + public function providerRegisterByMessageId() { return array( array(null, null, null, 'Exception'), array( |