/**
  * Setup the test environment.
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->signInWithManager();
     $this->category = $this->randomCategoryName('property');
     $this->propertyId = $this->getTestPropertyId();
 }
 /**
  * Setup the test environment.
  *
  * @return void
  */
 public function setUp()
 {
     parent::setUp();
     $this->signInWithManager();
 }