2024-07-22 14:17:00 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Tests\Http\Controllers\GiteaApiController;
|
|
|
|
|
|
|
|
use App\Http\Controllers\GiteaApiController\GiteaExport;
|
2024-08-17 18:06:06 +02:00
|
|
|
use Tests\TestCase;
|
2024-07-22 14:17:00 +02:00
|
|
|
|
|
|
|
class GiteaExportTest extends TestCase
|
|
|
|
{
|
|
|
|
|
|
|
|
public function testExport_issues()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|