public function tearDown()
 {
     parent::tearDown();
 }
 public function tearDown()
 {
     $this->db->schema()->dropIfExists('user');
     $this->db->schema()->dropIfExists('order');
     parent::tearDown();
 }
 public function tearDown()
 {
     Manager::schema()->dropIfExists('migration');
     $this->tearDownMigrationPath();
     parent::tearDown();
 }