Beispiel #1
0
 public function setUp()
 {
     DB::init();
     $this->cleanDB();
     $this->newUser()->save();
     $this->newNotValidedUser()->save();
 }
Beispiel #2
0
 public function setUp()
 {
     DB::init();
     $this->cleanDB();
 }
Beispiel #3
0
 public function setUp()
 {
     DB::init();
 }
Beispiel #4
0
 public function setUp()
 {
     DB::init();
     $this->resetDB();
 }