File tree 2 files changed +5
-5
lines changed
api-functional/testsuite/Magento/GraphQl/CustomerGraphQl/Model/Resolver
integration/testsuite/Magento/CustomerImportExport/Model/Import
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ public function testCustomerQueryingCustomerWithDifferentStoreHeaderDoesNotGener
618
618
);
619
619
}
620
620
621
- public static function invalidationMechanismProvider (): array
621
+ public function invalidationMechanismProvider (): array
622
622
{
623
623
// provider is invoked before setUp() is called so need to init here
624
624
$ repo = Bootstrap::getObjectManager ()->get (
Original file line number Diff line number Diff line change @@ -16,18 +16,18 @@ class CustomerCompositeTest extends \PHPUnit\Framework\TestCase
16
16
/**#@+
17
17
* Attributes used in test assertions
18
18
*/
19
- const ATTRIBUTE_CODE_FIRST_NAME = 'firstname ' ;
19
+ public const ATTRIBUTE_CODE_FIRST_NAME = 'firstname ' ;
20
20
21
- const ATTRIBUTE_CODE_LAST_NAME = 'lastname ' ;
21
+ public const ATTRIBUTE_CODE_LAST_NAME = 'lastname ' ;
22
22
23
23
/**#@-*/
24
24
25
25
/**#@+
26
26
* Source *.csv file names for different behaviors
27
27
*/
28
- const UPDATE_FILE_NAME = 'customer_composite_update.csv ' ;
28
+ public const UPDATE_FILE_NAME = 'customer_composite_update.csv ' ;
29
29
30
- const DELETE_FILE_NAME = 'customer_composite_delete.csv ' ;
30
+ public const DELETE_FILE_NAME = 'customer_composite_delete.csv ' ;
31
31
32
32
/**#@-*/
33
33
You can’t perform that action at this time.
0 commit comments