Skip to content

Commit 24dbfba

Browse files
committed
magento/graphql-ce#1051: Add missed annotation blocks to Magento\GraphQl\Customer\CreateCustomerTest
1 parent 23a0953 commit 24dbfba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/CreateCustomerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function testCreateCustomerAccountWithoutPassword()
114114

115115
/**
116116
* @expectedException \Exception
117-
* @expectedExceptionMessage Field CustomerInput.email of required type String! was not provided
117+
* @expectedExceptionMessage "input" value should be specified
118118
*/
119119
public function testCreateCustomerIfInputDataIsEmpty()
120120
{
@@ -140,7 +140,7 @@ public function testCreateCustomerIfInputDataIsEmpty()
140140

141141
/**
142142
* @expectedException \Exception
143-
* @expectedExceptionMessage Field CustomerInput.email of required type String! was not provided
143+
* @expectedExceptionMessage Required parameters are missing: Email
144144
*/
145145
public function testCreateCustomerIfEmailMissed()
146146
{

0 commit comments

Comments
 (0)