示例#1
0
 protected function tearDown()
 {
     if ($this->count()) {
         ControllerTestCase::migrationDown('subscriptions');
         ControllerTestCase::migrationDown('payments');
     }
 }
示例#2
0
 protected function tearDown()
 {
     if ($this->count()) {
         ControllerTestCase::migrationDown('blog');
         ControllerTestCase::migrationDown('comments');
         ControllerTestCase::migrationDown('categories');
     }
 }
示例#3
0
 protected function tearDown()
 {
     ControllerTestCase::migrationDown('pages');
 }
示例#4
0
 protected function tearDown()
 {
     if ($this->count()) {
         ControllerTestCase::migrationDown('pages');
     }
 }