feat(depends): adds phpdocs

This commit is contained in:
Nuno Maduro
2020-06-19 21:39:01 +02:00
committed by GitHub
parent 5be1edd7b7
commit 45b0d5d899

View File

@ -84,6 +84,9 @@ final class TestCall
return $this; return $this;
} }
/**
* Sets the test depends.
*/
public function depends(string ...$tests): TestCall public function depends(string ...$tests): TestCall
{ {
$this->testCaseFactory $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 public function group(string ...$groups): TestCall
{ {