/**
  * Setup the test.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->migrateJobsDatabase();
 }
 /**
  * Setup testing environment.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->migrateAuthDatabase();
     KeyPair::registerEvents();
 }