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())
|
||||
->toBe($name)
|
||||
->and(fn () => $this->name())
|
||||
->toBe($methodName)
|
||||
->only();
|
||||
->toBe($methodName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user