コード例 #1
0
 /**
  * Creates a new mocked fixture object.
  */
 protected function setUp()
 {
     $this->fixture = m::mock('phpDocumentor\\Descriptor\\DescriptorAbstract');
     $this->fixture->shouldDeferMissing();
 }