Exemple #1
0
 /**
  * @test
  *
  * @group entity
  * @group group-entity
  */
 public function testEntityId()
 {
     $group = new Group();
     $this->assertNull($group->getId());
 }