コード例 #1
0
 public function testIsCacheEnabledReturnsValueOfProperty()
 {
     $this->assertAttributeSame($this->operationContext->isCacheEnabled(), 'cacheEnabled', $this->operationContext);
 }