mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
feat(depends): adds phpdocs
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user