Пример #1
0
 public function testGetEntityBeanName()
 {
     $group = new Group();
     $this->assertSame('Group', $group->getEntityBeanName());
 }