parent
96965deeec
commit
8bab29ce8e
@ -0,0 +1,27 @@ |
|||||||
|
<?php |
||||||
|
require_once(api_get_path(LIBRARY_PATH).'main_api.lib.php'); |
||||||
|
|
||||||
|
class TestMainApi extends UnitTestCase { |
||||||
|
|
||||||
|
function TestMainApi() { |
||||||
|
$this->UnitTestCase('Main API tests'); |
||||||
|
} |
||||||
|
|
||||||
|
// todo function testApiProtectCourseScriptReturnsFalse() |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
// todo function test_ |
||||||
|
|
||||||
|
// function testApiGetSettingReturnsRightValue() { |
||||||
|
//$this->assertPattern('/\d/',$res); |
||||||
|
// } |
||||||
|
} |
Loading…
Reference in new issue