feat: deprecates only feature

This commit is contained in:
Nuno Maduro
2023-02-14 08:40:02 +00:00
parent ea6af719e0
commit a61db76c24
8 changed files with 8 additions and 88 deletions

View File

@ -121,16 +121,6 @@ final class TestCall
return $this;
}
/**
* Makes the test suite only this test case.
*/
public function only(): self
{
$this->testCaseMethod->only = true;
return $this;
}
/**
* Sets the test group(s).
*/