16 lines
248 B
PHP
16 lines
248 B
PHP
|
<?php
|
||
|
|
||
|
namespace Tests\Http\Controllers\GiteaApiController;
|
||
|
|
||
|
use App\Http\Controllers\GiteaApiController\GiteaExport;
|
||
|
use PHPUnit\Framework\TestCase;
|
||
|
|
||
|
class GiteaExportTest extends TestCase
|
||
|
{
|
||
|
|
||
|
public function testExport_issues()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|