* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Tobyz\Tests\JsonApiServer\unit\Http; use PHPUnit\Framework\TestCase; class JsonApiTest extends TestCase { public function test_error_converts_error_provider_to_json_api_response() { $this->markTestIncomplete(); } public function test_error_converts_non_error_provider_to_internal_server_error() { $this->markTestIncomplete(); } }