2017-12-31 17:24:40 -05: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 08:35:13 -04:00
|
|
|
* @covers \JKingWeb\Arsse\REST\TinyTinyRSS\Exception
|
|
|
|
* @group optional */
|
2017-12-31 17:24:40 -05:00
|
|
|
class TestAPI extends \JKingWeb\Arsse\TestCase\REST\TinyTinyRSS\TestAPI {
|
2017-12-31 17:30:30 -05:00
|
|
|
use \JKingWeb\Arsse\Test\PDOTest;
|
2018-01-12 09:48:33 -05:00
|
|
|
}
|