Exemple #1
0
    public function testDocblockGetterAndSetter()
    {
        $d = new \Zend\CodeGenerator\Php\PhpDocblock();

        $this->_method->setDocblock($d);
        $this->assertTrue($d === $this->_method->getDocblock());
    }