|
<?php
|
|
|
|
namespace Tests\Http\Controllers\GiteaApiController;
|
|
|
|
use App\Http\Controllers\GiteaApiController\GiteaApiController;
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
class GiteaApiControllerTest extends TestCase
|
|
{
|
|
|
|
public function testExport_closed_issues()
|
|
{
|
|
|
|
}
|
|
}
|