public function __construct()
 {
     parent::__construct();
     parent::setUp();
     $this->simulation_login();
     $this->model = new ArticleModel($this->con);
     $this->comment = new CommentModel($this->con);
 }
 public function __construct()
 {
     parent::__construct();
     $this->model = new UserModel($this->con);
 }