Exemple #1
0
 /**
  * @test
  *
  * @group entity
  * @group group-entity
  */
 public function testThatInitialAmountOfPostsIsZero()
 {
     $group = new Group();
     $this->assertEquals(sizeof($group->getPosts()), 0);
     $this->assertEquals($group->getCountPosts(), 0);
 }