Esempio n. 1
0
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
     $GLOBALS['app'] = self::getCreateApplication();
     // Criar estrutura
     Artisan::call('migrate');
 }
Esempio n. 2
0
 /**
  * This method is called before the first test of this test class is run.
  *
  * @since Method available since Release 3.4.0
  */
 public static function setUpBeforeClass()
 {
     parent::setUpBeforeClass();
 }