File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
app/code/Magento/CatalogCustomerGraphQl/Test/Unit/Model/Resolver Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Magento \CatalogCustomerGraphQl \Test \Unit \Model \Resolver ;;
8
+ namespace Magento \CatalogCustomerGraphQl \Test \Unit \Model \Resolver ;
9
9
10
10
use Magento \CatalogCustomerGraphQl \Model \Resolver \Customer \GetCustomerGroup ;
11
11
use Magento \CatalogCustomerGraphQl \Model \Resolver \PriceTiers ;
@@ -41,6 +41,16 @@ class PriceTiersTest extends TestCase
41
41
*/
42
42
private $ contextMock ;
43
43
44
+ /**
45
+ * @var TiersFactory|MockObject
46
+ */
47
+ private $ tiersFactory ;
48
+
49
+ /**
50
+ * @var PriceTiers
51
+ */
52
+ private $ priceTiers ;
53
+
44
54
protected function setUp (): void
45
55
{
46
56
$ valueFactory = $ this ->createMock (ValueFactory::class);
You can’t perform that action at this time.
0 commit comments