Пример #1
0
 public function testGroup()
 {
     $name = 'Users';
     $this->assertEmpty($this->group->getId());
     $this->assertEmpty($this->group->getName());
     $this->group->setName($name);
     $this->assertEquals($name, $this->group->getName());
 }
 /**
  * {@inheritDoc}
  */
 public function getName()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', array());
     return parent::getName();
 }