2017-09-15 14:36:37 +03:00
|
|
|
<?php
|
2016-07-08 22:42:51 +03:00
|
|
|
|
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
* Easy!Appointments - Open Source Web Scheduler
|
|
|
|
*
|
|
|
|
* @package EasyAppointments
|
|
|
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
2017-01-31 09:35:34 +03:00
|
|
|
* @copyright Copyright (c) 2013 - 2017, Alex Tselegidis
|
2016-07-08 22:42:51 +03:00
|
|
|
* @license http://opensource.org/licenses/GPL-3.0 - GPLv3
|
|
|
|
* @link http://easyappointments.org
|
|
|
|
* @since v1.2.0
|
|
|
|
* ---------------------------------------------------------------------------- */
|
2017-09-15 14:36:37 +03:00
|
|
|
|
2016-07-09 13:26:13 +03:00
|
|
|
namespace EA\Engine\Api\V1;
|
2016-07-08 22:42:51 +03:00
|
|
|
|
2016-07-09 13:26:13 +03:00
|
|
|
class ResponseTest extends \PHPUnit_Framework_TestCase {
|
2017-09-15 14:36:37 +03:00
|
|
|
public function test()
|
|
|
|
{
|
2016-07-09 13:26:13 +03:00
|
|
|
$this->markTestIncomplete();
|
|
|
|
}
|
2016-07-08 22:42:51 +03:00
|
|
|
}
|