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 9a45695 commit 03f250aCopy full SHA for 03f250a
dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerMetadataTest.php
@@ -63,7 +63,7 @@ public function getAttributeMetadataDataProvider()
63
Customer::FIRSTNAME,
64
[
65
AttributeMetadata::FRONTEND_INPUT => 'text',
66
- AttributeMetadata::INPUT_FILTER => '',
+ AttributeMetadata::INPUT_FILTER => 'trim',
67
AttributeMetadata::STORE_LABEL => 'First Name',
68
AttributeMetadata::MULTILINE_COUNT => 0,
69
AttributeMetadata::VALIDATION_RULES => [
0 commit comments