|
22 | 22 |
|
23 | 23 | class ConfigHelperTest extends TestCase
|
24 | 24 | {
|
25 |
| - protected ConfigHelperTestable $configHelper; |
26 |
| - protected ScopeConfigInterface $configInterface; |
27 |
| - protected WriterInterface $configWriter; |
28 |
| - protected StoreManagerInterface $storeManager; |
29 |
| - protected Currency $currency; |
30 |
| - protected DirCurrency $dirCurrency; |
31 |
| - protected DirectoryList $directoryList; |
32 |
| - protected ResourceInterface $moduleResource; |
33 |
| - protected ProductMetadataInterface $productMetadata; |
34 |
| - protected ManagerInterface $eventManager; |
35 |
| - protected Serializer $serializer; |
36 |
| - protected GroupCollection $groupCollection; |
37 |
| - protected GroupExcludedWebsiteRepositoryInterface $groupExcludedWebsiteRepository; |
38 |
| - protected CookieHelper $cookieHelper; |
39 |
| - protected AutocompleteHelper $autocompleteHelper; |
40 |
| - protected InstantSearchHelper $instantSearchHelper; |
| 25 | + protected ?ConfigHelperTestable $configHelper; |
| 26 | + protected ?ScopeConfigInterface $configInterface; |
| 27 | + protected ?WriterInterface $configWriter; |
| 28 | + protected ?StoreManagerInterface $storeManager; |
| 29 | + protected ?Currency $currency; |
| 30 | + protected ?DirCurrency $dirCurrency; |
| 31 | + protected ?DirectoryList $directoryList; |
| 32 | + protected ?ResourceInterface $moduleResource; |
| 33 | + protected ?ProductMetadataInterface $productMetadata; |
| 34 | + protected ?ManagerInterface $eventManager; |
| 35 | + protected ?Serializer $serializer; |
| 36 | + protected ?GroupCollection $groupCollection; |
| 37 | + protected ?GroupExcludedWebsiteRepositoryInterface $groupExcludedWebsiteRepository; |
| 38 | + protected ?CookieHelper $cookieHelper; |
| 39 | + protected ?AutocompleteHelper $autocompleteHelper; |
| 40 | + protected ?InstantSearchHelper $instantSearchHelper; |
41 | 41 |
|
42 | 42 | protected function setUp(): void
|
43 | 43 | {
|
|
0 commit comments