public function testSetScope()
 {
     $this->object->setScope('shared');
     $this->assertThat('shared', $this->equalTo($this->object->getScope()));
 }