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)
7474 * @depends testCreateTask
7575 *
7676 * @param $taskId
77+ *
78+ * @throws \GuzzleHttp\Exception\GuzzleException
7779 */
7880 public function testCloseTask ($ taskId )
7981 {
@@ -85,6 +87,8 @@ public function testCloseTask($taskId)
8587 * @depends testCreateTask
8688 *
8789 * @param $taskId
90+ *
91+ * @throws \GuzzleHttp\Exception\GuzzleException
8892 */
8993 public function testReopenTask ($ taskId )
9094 {
@@ -96,6 +100,8 @@ public function testReopenTask($taskId)
96100 * @depends testCreateTask
97101 *
98102 * @param $taskId
103+ *
104+ * @throws \GuzzleHttp\Exception\GuzzleException
99105 */
100106 public function testDeleteTask ($ taskId )
101107 {
You can’t perform that action at this time.
0 commit comments