Example #1
0
 /**
  * Tear the test environment down.
  */
 public function tearDown()
 {
     parent::tearDown();
     /*$path = __DIR__.'/seeds';
             $this->emptyDirectory($path);
             rmdir($path);
     
             $path = __DIR__.'/migrations';
             $this->emptyDirectory($path);
             rmdir($path);/**/
     //\Schema::dropIfExists(\Config::get('units.table_name'));
     //\Schema::dropIfExists('migrations');
 }
 /**
  * Tear the test environment down.
  */
 public function tearDown()
 {
     parent::tearDown();
 }