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 8247d57 commit f9ff771Copy full SHA for f9ff771
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php
@@ -140,7 +140,8 @@ public function testCreateCustomerIfInputDataIsEmpty()
140
141
/**
142
* @expectedException \Exception
143
- * @expectedExceptionMessage GraphQL response contains errors: Field CustomerInput.email of required type String! was not provided
+ * @expectedExceptionMessage
144
+ * GraphQL response contains errors: Field CustomerInput.email of required type String! was not provided
145
*/
146
public function testCreateCustomerIfEmailMissed()
147
{
0 commit comments