#!/usr/bin/env php apiPostTest('/api/test', array('key' => 'value')))) && p() && e('1'); r(is_object($cneTest->apiPostTest('', array()))) && p() && e('1'); r(is_object($cneTest->apiPostTest('/api/test', array()))) && p() && e('1'); r(is_object($cneTest->apiPostTest('/api/test', (object)array('key' => 'value')))) && p() && e('1'); r(is_object($cneTest->apiPostTest('/api/test', array('key' => 'value'), array('Content-Type: application/json')))) && p() && e('1');