Completed
Push — master ( c01a4e...672248 )
by sebastian
01:31
created
tests/FacadeTest.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.