diff options
Diffstat (limited to 'Tests/TestDriver.php')
-rw-r--r-- | Tests/TestDriver.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/TestDriver.php b/Tests/TestDriver.php index 921fcf8..2b0314b 100644 --- a/Tests/TestDriver.php +++ b/Tests/TestDriver.php @@ -71,7 +71,8 @@ $_test_names = array( 'HMACSHA1', 'Association', 'Parse', - 'Consumer' + 'Consumer', + 'StoreTest' ); function selectTests($names) |