/**
  * Setup the test environment.
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->signInWithManager();
     $this->propertyId = $this->getTestPropertyId(true);
     $this->userId = User::where('username', 'test')->first()->getAttribute('id');
 }
 /**
  * Setup the test environment.
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->signInWithManager();
 }