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