コード例 #1
0
 public function tearDown()
 {
     parent::tearDown();
 }
コード例 #2
0
 public function tearDown()
 {
     $this->db->schema()->dropIfExists('user');
     $this->db->schema()->dropIfExists('order');
     parent::tearDown();
 }
コード例 #3
0
 public function tearDown()
 {
     Manager::schema()->dropIfExists('migration');
     $this->tearDownMigrationPath();
     parent::tearDown();
 }