kontent-ai / delivery-sdk-php

Kontent.ai Delivery SDK for PHP
https://kontent.ai
MIT License
46 stars 15 forks source link

Fix failing test #69

Closed petrsvihlik closed 6 years ago

petrsvihlik commented 6 years ago

Brief bug description

Failing test: https://travis-ci.org/Kentico/delivery-sdk-php/builds/443073860

It's failing due to a removed content item in the sample project. The task is to find another content item that uses a multiple-choice element and adjust the test so that it uses new testing data.

Repro steps

  1. run 'phpunit'

Expected behavior

The library's code's ok. Just the test is missing correct testing data.