mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 02:07:23 +01:00
Update src/PendingCalls/TestCall.php
Co-authored-by: Owen Voke <development@voke.dev>
This commit is contained in:
@ -630,8 +630,7 @@ final class TestCall
|
|||||||
*/
|
*/
|
||||||
public function references(string|array ...$classes): self
|
public function references(string|array ...$classes): self
|
||||||
{
|
{
|
||||||
// For rector
|
assert($classes !== []);
|
||||||
$this->references = $classes;
|
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user