public function tearDown()
 {
     $this->assertGreaterThan(0, CacheSchema::dropTable($this->connection));
     $this->assertEquals(0, CacheSchema::dropTable($this->connection));
     $this->connection->close();
 }