parent
59dea00253
commit
0d20ba8fbb
@ -0,0 +1,19 @@ |
||||
<?php |
||||
require_once(api_get_path(SYS_CODE_PATH).'exercice/hotpotatoes.lib.php'); |
||||
|
||||
class TestHotpotatoes extends UnitTestCase { |
||||
|
||||
function testCheckImageName() { |
||||
$imgparams=''; |
||||
$string=''; |
||||
$res=CheckImageName(); |
||||
$this->assertTrue(is_bool($res)); |
||||
//var_dump($res); |
||||
} |
||||
|
||||
|
||||
|
||||
|
||||
|
||||
} |
||||
?> |
||||
Loading…
Reference in new issue