|
|
|
|
@ -1,13 +1,7 @@ |
|
|
|
|
<?php |
|
|
|
|
require_once(api_get_path(LIBRARY_PATH) . "/fckeditor/fckeditor.php"); |
|
|
|
|
//require_once(api_get_path(LIBRARY_PATH).'fileUpload.lib.php'); |
|
|
|
|
require_once(api_get_path(LIBRARY_PATH).'icalcreator/iCalcreator.class.php'); |
|
|
|
|
//require_once(api_get_path(LIBRARY_PATH).'course.lib.php'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TestCalendar extends UnitTestCase { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class TestCalendar extends UnitTestCase |
|
|
|
|
{ |
|
|
|
|
public function TestCalendar(){ |
|
|
|
|
$this->UnitTestCase('Admin calendar library - main/admin/calendar.inc.test.php'); |
|
|
|
|
} |
|
|
|
|
|