this service illustrates parsing a PHP serialized object to load test data.

Use this as an example when illustrating a possible bug that involves specific data. The getSerializedObject method shows how to PHP serialize an object. The getDataThatCreatesProblems method is the one you need to implement. MyVO is an example VO object.

package Tests_TestData_Services
author Ariel Sommeria-klein

 Methods

get data that creates problems

getDataThatCreatesProblems() : \MyVO

Returns

get serialized object

getSerializedObject() : \MyVO

Returns