public function testGetVisibility()
 {
     $this->fixture->setVisibility(self::VISIBILITY);
     $this->assertEquals(self::VISIBILITY, $this->fixture->getVisibility());
 }