summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-30 16:10:40 +0000
committeruckelman <uckelman@nomic.net>2010-04-30 16:10:40 +0000
commit989b180ba445bc8397848a50e468653de3598b7f (patch)
tree0b3070d177586797270acf86c39180dcc7534331 /test
parent2a1fe590b5e2ad5b29fde8d9b50685194cdd7d97 (diff)
No increment between tests, due to setUp/tearDown cycle.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6781 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 b22d335..413a99e 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -107,7 +107,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
public function providerReserveEditId() {
return array(
array(1, 2, null),
- array(2, 3, null)
+ array(2, 2, null)
);
}