summaryrefslogtreecommitdiff
path: root/test/BridgeTest.php
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-27 20:55:46 +0000
committeruckelman <uckelman@nomic.net>2010-04-27 20:55:46 +0000
commit32fd84ea44cd23da77b2f5c8af67d52f12c1825b (patch)
tree338f0b50cde2ff5f5fad5af27995a3a2e6913b8a /test/BridgeTest.php
parentad242347a4d41d8db008fc06be2df23aae49d0d8 (diff)
Typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6769 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'test/BridgeTest.php')
-rw-r--r--test/BridgeTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BridgeTest.php b/test/BridgeTest.php
index 0473042..438a498 100644
--- a/test/BridgeTest.php
+++ b/test/BridgeTest.php
@@ -23,7 +23,7 @@ class BridgeTest extends PHPUnit_Framework_TestCase {
'in_reply_to VARCHAR(255), ' .
'when TIMESTAMP, ' .
'PRIMARY KEY (message_id)), ' .
- 'INDEX (post_id)' .
+ 'INDEX (post_id)'
);
$this->db->exec(