예제 #1
0
 /**
  * Creates an abstract item instance.
  *
  * @return PHP_Depend_Code_AbstractItem
  */
 protected function createItem()
 {
     $function = new PHP_Depend_Code_Function(__FUNCTION__);
     $function->setContext($this->getMock('PHP_Depend_Builder_Context'));
     return $function;
 }