diff options
author | uckelman <uckelman@nomic.net> | 2010-04-27 20:55:46 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-04-27 20:55:46 +0000 |
commit | 32fd84ea44cd23da77b2f5c8af67d52f12c1825b (patch) | |
tree | 338f0b50cde2ff5f5fad5af27995a3a2e6913b8a /test/BridgeTest.php | |
parent | ad242347a4d41d8db008fc06be2df23aae49d0d8 (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.php | 2 |
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( |