コード例 #1
0
 /**
  * @depends testSetFilterSetsProperty
  */
 public function testGetFilterReturnsValueOfProperty()
 {
     $this->operationContext->setFilter(array('foo', 'bar'));
     $this->assertAttributeSame($this->operationContext->getFilter(), 'filter', $this->operationContext);
 }