Skip to content

Instantly share code, notes, and snippets.

@geshan
Created March 19, 2021 02:31
Show Gist options
  • Select an option

  • Save geshan/fe62a99ce53bcb013e91f88ae834d7bc to your computer and use it in GitHub Desktop.

Select an option

Save geshan/fe62a99ce53bcb013e91f88ae834d7bc to your computer and use it in GitHub Desktop.
Markdium-5 useful PHPUnit Assertions you should start using now
$this->assertJsonStringEqualsJsonString(
'{"message": "ok"}',
json_encode(["message" => "ok"]),
'Check message ok json'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment