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 4acf599 commit 4bac03dCopy full SHA for 4bac03d
dev/tests/unit/testsuite/Magento/Framework/Api/Config/MetadataConfigTest.php
@@ -45,7 +45,7 @@ public function setUp()
45
*/
46
public function testCaching()
47
{
48
- $dataObjectClassName = '\Magento\Customer\Model\Data\Address';
+ $dataObjectClassName = 'Magento\Customer\Model\Data\Address';
49
$attributeCode = 'street';
50
$allAttributes = [
51
$dataObjectClassName => [
0 commit comments