// --------------------------------------------------------------------
// Staging
// --------------------------------------------------------------------
/**
* Runs the trait set up methods.
*/
protected function setUpDatabase() { $this->
loadDependencies();
$this->
setUpMigrate();
$this->
setUpSeed();
} /**
* Runs the trait set up methods.
*/
protected function tearDownDatabase() { $this->
clearInsertCache();
}