mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 00:59:34 +00:00
28 lines
613 B
PHP
28 lines
613 B
PHP
<?php
|
|
//
|
|
//echo "BookmarkTest loaded\n";
|
|
//require_once __DIR__ . '/../../CI_TestCase.php';
|
|
//
|
|
//class BookmarkTest extends CI_TestCase
|
|
//{
|
|
//
|
|
// public function setUp()
|
|
// {
|
|
// parent::setUp();
|
|
//
|
|
//// require_once APPPATH . 'core/FHC_Controller.php';
|
|
//// require_once APPPATH . 'core/Auth_Controller.php';
|
|
//// require_once APPPATH . 'core/FHCAPI_Controller.php';
|
|
// require_once APPPATH . 'controllers/api/frontend/v1/Bookmark.php';
|
|
// $this->bookmark = new Bookmark(); // or $this->CI->bookmark
|
|
// }
|
|
//
|
|
// /** @test */
|
|
// public function test_true()
|
|
// {
|
|
// echo "expected response";
|
|
//
|
|
// }
|
|
//
|
|
//
|
|
//}
|