gitea_issues_exporter/tests/Http/Controllers/ThirdPartyServices/NextcloudServiceTest.php

16 lines
253 B
PHP
Raw Normal View History

2024-08-12 15:55:03 +02:00
<?php
namespace Tests\Http\Controllers\ThirdPartyServices;
use App\Http\Controllers\ThirdPartyServices\NextcloudService;
use Tests\TestCase;
2024-08-12 15:55:03 +02:00
class NextcloudServiceTest extends TestCase
{
public function testNextcloud_upload_csv()
{
}
}