public function setUp()
 {
     parent::setUp();
     $this->imageService = new ImageService();
     $this->userService = new UserService();
     $this->commentService = new CommentService();
     for ($i = 0; $i < 5; $i++) {
         $this->commentUserPool[] = $this->userService->createUser($this->faker->userName, $this->faker->name(), $this->faker->password, $this->faker->safeEmail);
     }
 }
Example #2
0
 public function setUp()
 {
     parent::setUp();
 }
 public function setUp()
 {
     parent::setUp();
     $this->imageService = new ImageService();
 }
Example #4
0
 public function setUp()
 {
     parent::setUp();
     $this->userService = new UserService();
 }