File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
tests/FabianBeiner/Todoist Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,8 @@ public function testUpdateTask($taskId)
74
74
* @depends testCreateTask
75
75
*
76
76
* @param $taskId
77
+ *
78
+ * @throws \GuzzleHttp\Exception\GuzzleException
77
79
*/
78
80
public function testCloseTask ($ taskId )
79
81
{
@@ -85,6 +87,8 @@ public function testCloseTask($taskId)
85
87
* @depends testCreateTask
86
88
*
87
89
* @param $taskId
90
+ *
91
+ * @throws \GuzzleHttp\Exception\GuzzleException
88
92
*/
89
93
public function testReopenTask ($ taskId )
90
94
{
@@ -96,6 +100,8 @@ public function testReopenTask($taskId)
96
100
* @depends testCreateTask
97
101
*
98
102
* @param $taskId
103
+ *
104
+ * @throws \GuzzleHttp\Exception\GuzzleException
99
105
*/
100
106
public function testDeleteTask ($ taskId )
101
107
{
You can’t perform that action at this time.
0 commit comments