Exemplo n.º 1
0
 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);
     }
 }
Exemplo n.º 2
0
 public function setUp()
 {
     parent::setUp();
 }
Exemplo n.º 3
0
 public function setUp()
 {
     parent::setUp();
     $this->imageService = new ImageService();
 }
Exemplo n.º 4
0
 public function setUp()
 {
     parent::setUp();
     $this->userService = new UserService();
 }