remove ->only()

This commit is contained in:
Fabio Ivona
2023-04-15 11:52:07 +02:00
parent 5861b0498a
commit e1143d2cfc

View File

@ -69,6 +69,5 @@ foreach ($names as $name => $methodName) {
->expect(fn () => static::getLatestPrintableTestCaseMethodName())
->toBe($name)
->and(fn () => $this->name())
->toBe($methodName)
->only();
->toBe($methodName);
}