Assertion like below try to match header from "allowed" instead ["allow"](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Allow) ```php expect($response)->to->allow(['POST', 'GET']); ```