2024-07-22 14:17:00 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace Tests\Http\Controllers\GiteaApiController;
|
|
|
|
|
|
|
|
use App\Http\Controllers\GiteaApiController\GiteaFetch;
|
2024-08-17 18:06:06 +02:00
|
|
|
use Tests\TestCase;
|
2024-07-22 14:17:00 +02:00
|
|
|
|
|
|
|
class GiteaFetchTest extends TestCase
|
|
|
|
{
|
|
|
|
|
|
|
|
public function testGet_issue_time()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
public function testGet_issues()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
public function testGet_repositories()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
public function testGet_company_agents()
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|