mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat: add 'ini_set' to list of expected functions in Base.php
This commit is contained in:
@ -21,7 +21,7 @@ final class Base implements ArchPreset
|
||||
public function boot(TestCall $testCall, array $baseNamespace): TestCall|ArchExpectation
|
||||
{
|
||||
return $testCall // @phpstan-ignore-line
|
||||
->expect(['dd', 'dump', 'ray', 'die', 'var_dump', 'sleep', 'eval'])
|
||||
->expect(['dd', 'dump', 'ray', 'die', 'var_dump', 'sleep', 'eval', 'ini_set'])
|
||||
->not
|
||||
->toBeUsed();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user