2017-12-31 22:24:40 +00:00
|
|
|
<?php
|
|
|
|
/** @license MIT
|
|
|
|
* Copyright 2017 J. King, Dustin Wilson et al.
|
|
|
|
* See LICENSE and AUTHORS files for details */
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace JKingWeb\Arsse\TestCase\REST\TinyTinyRSS\PDO;
|
|
|
|
|
|
|
|
/** @covers \JKingWeb\Arsse\REST\TinyTinyRSS\API<extended>
|
2018-08-17 12:35:13 +00:00
|
|
|
* @covers \JKingWeb\Arsse\REST\TinyTinyRSS\Exception
|
|
|
|
* @group optional */
|
2017-12-31 22:24:40 +00:00
|
|
|
class TestAPI extends \JKingWeb\Arsse\TestCase\REST\TinyTinyRSS\TestAPI {
|
2017-12-31 22:30:30 +00:00
|
|
|
use \JKingWeb\Arsse\Test\PDOTest;
|
2018-01-12 14:48:33 +00:00
|
|
|
}
|