コード例 #1
2
ファイル: user_tests.php プロジェクト: rrrhys/SMS-Gateway
 function User_tests()
 {
     parent::Toast(__FILE__);
     // Load any models, libraries etc. you need here
     $this->load->model('user_model');
     $this->config->config['unit_tests_running'] = true;
 }
コード例 #2
0
ファイル: sms_tests.php プロジェクト: rrrhys/SMS-Gateway
 function Sms_tests()
 {
     parent::Toast(__FILE__);
     // Load any models, libraries etc. you need here
     $this->load->model('user_model');
     $this->load->model('sms_model');
 }
コード例 #3
0
 public function __construct()
 {
     parent::Toast(__FILE__);
 }
コード例 #4
0
 public function __construct()
 {
     parent::Toast(__FILE__);
     //        $this->load->library("date");
 }
コード例 #5
0
ファイル: my_test_class.php プロジェクト: rudiec/GDlib
 function My_test_class()
 {
     parent::Toast(__FILE__);
 }
コード例 #6
0
ファイル: basic_ui_tests.php プロジェクト: rrrhys/SMS-Gateway
 function Basic_ui_tests()
 {
     parent::Toast(__FILE__);
     // Load any models, libraries etc. you need here
     $this->config->config['unit_tests_running'] = true;
 }
コード例 #7
0
ファイル: example_tests.php プロジェクト: rrrhys/SMS-Gateway
 function Example_tests()
 {
     parent::Toast(__FILE__);
     // Load any models, libraries etc. you need here
 }