protected function tearDown()
 {
     parent::tearDown();
     $this->connection->exec('DROP TABLE IF EXISTS posts');
 }