/**
  * @depends testEdit
  * @depends testCreateWithTags
  */
 public function testEditWithTags()
 {
     $this->assertTrue(self::$hour5->set('tags', 'other tags tags'));
     $this->assertEquals(2, VolunteerHourTag::totalRecords(['hour' => self::$hour5->id()]));
 }