From 45b0d5d899f4bf58e1dd8f5e2dedcb3bbc8327ba Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 19 Jun 2020 21:39:01 +0200 Subject: [PATCH] feat(depends): adds phpdocs --- src/PendingObjects/TestCall.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/PendingObjects/TestCall.php b/src/PendingObjects/TestCall.php index 259d8654..e0b7f1c4 100644 --- a/src/PendingObjects/TestCall.php +++ b/src/PendingObjects/TestCall.php @@ -84,6 +84,9 @@ final class TestCall return $this; } + /** + * Sets the test depends. + */ public function depends(string ...$tests): TestCall { $this->testCaseFactory @@ -104,7 +107,7 @@ final class TestCall } /** - * Sets the test groups(s). + * Sets the test group(s). */ public function group(string ...$groups): TestCall {