Esempio n. 1
0
 public function testSetMuniSecurity()
 {
     $security = new Security();
     $security->setId(45);
     $this->subclass->setMuniSecurity($security);
     $this->assertEquals(45, $this->subclass->getMuniSecurity()->getId());
 }