We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8398d commit 117a25dCopy full SHA for 117a25d
Test/Unit/Service/Product/FacetBuilderTest.php
@@ -16,11 +16,11 @@
16
17
class FacetBuilderTest extends TestCase
18
{
19
- protected FacetBuilder $facetBuilder;
20
- protected ConfigHelper $configHelper;
21
- protected StoreManagerInterface $storeManager;
22
- protected GroupCollection $groupCollection;
23
- protected GroupExcludedWebsiteRepositoryInterface $groupExcludedWebsiteRepository;
+ protected ?FacetBuilder $facetBuilder;
+ protected ?ConfigHelper $configHelper;
+ protected ?StoreManagerInterface $storeManager;
+ protected ?GroupCollection $groupCollection;
+ protected ?GroupExcludedWebsiteRepositoryInterface $groupExcludedWebsiteRepository;
24
25
protected function setUp(): void
26
0 commit comments