/**
  * @depends testSetFilterSetsProperty
  */
 public function testGetFilterReturnsValueOfProperty()
 {
     $this->operationContext->setFilter(array('foo', 'bar'));
     $this->assertAttributeSame($this->operationContext->getFilter(), 'filter', $this->operationContext);
 }