2017-09-15 14:36:37 +03:00
|
|
|
<?php
|
2016-07-09 13:26:13 +03:00
|
|
|
|
|
|
|
/* ----------------------------------------------------------------------------
|
|
|
|
* Easy!Appointments - Open Source Web Scheduler
|
|
|
|
*
|
|
|
|
* @package EasyAppointments
|
|
|
|
* @author A.Tselegidis <alextselegidis@gmail.com>
|
2020-09-30 14:33:22 +03:00
|
|
|
* @copyright Copyright (c) 2013 - 2020, Alex Tselegidis
|
2016-07-09 13:26:13 +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;
|
|
|
|
|
2018-11-03 19:10:34 +03:00
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
|
|
|
|
class PaginationTest extends TestCase {
|
2017-09-15 14:36:37 +03:00
|
|
|
public function test()
|
|
|
|
{
|
2016-07-09 13:26:13 +03:00
|
|
|
$this->markTestIncomplete();
|
|
|
|
}
|
|
|
|
}
|