Skip to content

Instantly share code, notes, and snippets.

@kamaulynder
Created September 7, 2016 06:46
Show Gist options
  • Save kamaulynder/ac7867d33dc7fcd2e3b55d3577e9e483 to your computer and use it in GitHub Desktop.
Save kamaulynder/ac7867d33dc7fcd2e3b55d3577e9e483 to your computer and use it in GitHub Desktop.
1) Failed to create a contact as admin in ContactCest::createContact (/home/vagrant/rollcall/tests/api/ContactCest.php)
Couldn't see response contains json {"receive":1,"type":"email","contact":"[email protected]","user":{"id":3}}:
Response JSON contains provided
- array (
0 =>
array (
'receive' => 1,
'type' => 'email',
'contact' => '[email protected]',
'user' =>
array (
'id' => 3,
),
),
)
+ array (
'contact' =>
array (
'id' => 3,
'receive' => 1,
'type' => 'email',
'contact' => '[email protected]',
'user' =>
array (
'id' => 3,
'uri' => '/users/3',
),
),
)
Failed asserting that false is true.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment