/**
  * Tests the setter/getter for the EPB references.
  *
  * @return void
  */
 public function testSetGetEpbReferences()
 {
     $this->descriptor->setEpbReferences($epbReferences = array(new \stdClass()));
     $this->assertSame($epbReferences, $this->descriptor->getEpbReferences());
 }