Ejemplo n.º 1
0
    public function testRemover()
    {
        $this->assertEquals($this->entityBuilder->createRemover('telephoneNumber'), '    public function removeTelephoneNumber($value) {
        $this->telephoneNumber->removeElement($value);
        return $this;
    }

');
    }