Add `assertArrayHasKeys` and `assertArrayNotHasKeys` Functions · Issue #4994 · sebastianbergmann/phpunit

Context Have an Array: [ "id" => 1, "name" => "Official Author", "description" => "Author Description" ] And have to Assert if Array Has the Keys: id, name and description And have to Assert if Arr...