mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
fixes tests
This commit is contained in:
@ -15,6 +15,8 @@ final class Preset
|
||||
{
|
||||
/**
|
||||
* The application / package base namespaces.
|
||||
*
|
||||
* @var ?array<int, string>
|
||||
*/
|
||||
private static ?array $baseNamespaces = null;
|
||||
|
||||
@ -46,6 +48,8 @@ final class Preset
|
||||
|
||||
/**
|
||||
* Get the base namespaces for the application / package.
|
||||
*
|
||||
* @return array<int, string>
|
||||
*/
|
||||
private function baseNamespaces(): array
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user