ably / ably-php

PHP client library SDK for Ably realtime messaging service
https://ably.com/download
Apache License 2.0
49 stars 10 forks source link

Fix test case in local environment #95

Closed jdavid closed 3 years ago

jdavid commented 3 years ago

This doesn't show up in CI, but I have this error locally:

1) tests\HttpTest::testRequestBasic
Expected headers to be an array containing key `Content-Type`
Failed asserting that an array has the key 'Content-Type'.

/home/jdavid/sandboxes/Ably/ably-php/tests/HttpTest.php:143

This PR fixes that unit test.