Пример #1
0
<?php

require_once '../de/appwerk/radio/test/KommentariUtilsTest.php';
require_once '../de/appwerk/radio/test/ServiceTest.php';
$t = new KommentariUtilsTest();
$t->addComment();
$t->deleteComment();
$t->releaseComment();
$t->listRecComments();
$t->listImgComments();
$t->listMsgComments();
$t->listMsgCommentsByRadioAndTypeId();
$t->addMsgComment();
$s = new ServiceTest();
$s->addMsgComment();
$t->placeTmpLink();
exit(1);