@@ -51,6 +51,9 @@ discard block |
||
51 | 51 | // do sth after the last test |
52 | 52 | } |
53 | 53 | |
54 | + /** |
|
55 | + * @return string |
|
56 | + */ |
|
54 | 57 | public function testCreateCalendar($name = null){ |
55 | 58 | if(empty($name)) $name = self::generateRandomResourceId(); |
56 | 59 | $res = self::$client->createCalendar(new CalendarVO($name)); |
@@ -70,6 +73,9 @@ discard block |
||
70 | 73 | $this->assertTrue($res); |
71 | 74 | } |
72 | 75 | |
76 | + /** |
|
77 | + * @return string |
|
78 | + */ |
|
73 | 79 | public function testAddNewEvent(){ |
74 | 80 | $id = $this->testCreateCalendar(); |
75 | 81 |