Example #1
0
 /**
  * @return Category
  */
 protected function getCategory()
 {
     $category = new Category();
     $category->setPosts(new ArrayCollection([new Post()]));
     return $category;
 }