More tests.

This commit is contained in:
Joshua Sherman 2014-01-17 01:53:27 -05:00
parent 191ceaa4e9
commit 57a5b0c2c0
6 changed files with 232 additions and 21 deletions

View file

@ -53,6 +53,7 @@ function setUpConfig($config)
}
`mysql -e 'TRUNCATE TABLE test.pickles;'`;
`mysql -e 'TRUNCATE TABLE test.users;'`;
`echo 'flush_all' | nc localhost 11211`;
?>