You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While CI is green now I still get many errors locally:
There were 6 errors:
1) tests\AppStatsTest::testAppstatsPagination0
Trying to get property 'items' of non-object
/home/jdavid/sandboxes/Ably/ably-php/tests/AppStatsTest.php:247
2) tests\AppStatsTest::testAppstatsPagination1
Trying to get property 'items' of non-object
/home/jdavid/sandboxes/Ably/ably-php/tests/AppStatsTest.php:273
3) tests\AppStatsTest::testAppstatsPagination2
Trying to get property 'items' of non-object
/home/jdavid/sandboxes/Ably/ably-php/tests/AppStatsTest.php:299
4) tests\AppStatsTest::testAppstatsPagination3
Trying to get property 'items' of non-object
/home/jdavid/sandboxes/Ably/ably-php/tests/AppStatsTest.php:322
5) tests\PresenceTest::testComparePresenceDataWithFixture
Trying to get property 'items' of non-object
/home/jdavid/sandboxes/Ably/ably-php/tests/PresenceTest.php:80
6) tests\PresenceTest::testComparePresenceHistoryWithFixture
Trying to get property 'items' of non-object
/home/jdavid/sandboxes/Ably/ably-php/tests/PresenceTest.php:116
Fixes issue #92
Errors found when running the tests locally:
1) tests\AppStatsTest::testAppstatsPagination0
Trying to get property 'items' of non-object
/home/jdavid/sandboxes/Ably/ably-php/tests/AppStatsTest.php:247
Because for some reason the response headers are lowercase. So match the
"Link" header case insensitive.
While CI is green now I still get many errors locally:
┆Issue is synchronized with this Jira Uncategorised by Unito
The text was updated successfully, but these errors were encountered: