Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     parent::setUp();
     $this->simulation_login();
     $this->model = new ArticleModel($this->con);
     $this->comment = new CommentModel($this->con);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->model = new UserModel($this->con);
 }