Files
FHC-Core/system/UnitTests/api/BookmarkTest/BookmarkTest.php
T

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";
//
// }
//
//
//}