/**
  * {@inheritDoc}
  */
 public function getCreated()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreated', array());
     return parent::getCreated();
 }
 /**
  * Test related method
  * Only test if getCreated return a value or null. Setter is not accessible.
  */
 public function testGetCreated()
 {
     $this->assertNull($this->category->getCreated());
 }