mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +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
|
public function boot(TestCall $testCall, array $baseNamespace): TestCall|ArchExpectation
|
||||||
{
|
{
|
||||||
return $testCall // @phpstan-ignore-line
|
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
|
->not
|
||||||
->toBeUsed();
|
->toBeUsed();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user