16 lines
265 B
PHP
16 lines
265 B
PHP
|
<?php
|
||
|
|
||
|
namespace Tests\Http\Controllers\ThirdPartyServices;
|
||
|
|
||
|
use App\Http\Controllers\ThirdPartyServices\NextcloudService;
|
||
|
use PHPUnit\Framework\TestCase;
|
||
|
|
||
|
class NextcloudServiceTest extends TestCase
|
||
|
{
|
||
|
|
||
|
public function testNextcloud_upload_csv()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|