Skip to content

Commit

Permalink
graphQl-912: fixed expectedExceptionMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy Boyko committed Sep 27, 2019
1 parent 30e8127 commit be95cfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public function testCreateCustomerIfInputDataIsEmpty()

/**
* @expectedException \Exception
* @expectedExceptionMessage Field CustomerInput.email of required type String! was not provided
*/
public function testCreateCustomerIfEmailMissed()
{
Expand Down

0 comments on commit be95cfa

Please sign in to comment.