mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
remove ->only()
This commit is contained in:
@ -69,6 +69,5 @@ foreach ($names as $name => $methodName) {
|
|||||||
->expect(fn () => static::getLatestPrintableTestCaseMethodName())
|
->expect(fn () => static::getLatestPrintableTestCaseMethodName())
|
||||||
->toBe($name)
|
->toBe($name)
|
||||||
->and(fn () => $this->name())
|
->and(fn () => $this->name())
|
||||||
->toBe($methodName)
|
->toBe($methodName);
|
||||||
->only();
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user