diff options
author | uckelman <uckelman@nomic.net> | 2010-04-30 16:10:40 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-30 16:10:40 +0000 |
commit | 989b180ba445bc8397848a50e468653de3598b7f (patch) | |
tree | 0b3070d177586797270acf86c39180dcc7534331 | |
parent | 2a1fe590b5e2ad5b29fde8d9b50685194cdd7d97 (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
-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 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) ); } |