mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
fixes tests
This commit is contained in:
@ -20,7 +20,7 @@ final class Base implements ArchPreset
|
||||
*/
|
||||
public function boot(TestCall $testCall, array $baseNamespace): TestCall|ArchExpectation
|
||||
{
|
||||
return $testCall
|
||||
return $testCall // @phpstan-ignore-line
|
||||
->expect(['dd', 'dump', 'ray', 'die', 'var_dump', 'sleep'])
|
||||
->not
|
||||
->toBeUsed();
|
||||
|
||||
Reference in New Issue
Block a user