26 lines
369 B
PHP
26 lines
369 B
PHP
<?php
|
|
|
|
namespace Tests\Http\Controllers;
|
|
|
|
use App\Http\Controllers\ThirdPartyServices;
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
class ThirdPartyServicesTest extends TestCase
|
|
{
|
|
|
|
public function testNextcloud_upload_csv()
|
|
{
|
|
|
|
}
|
|
|
|
public function testHandle_third_party_services()
|
|
{
|
|
|
|
}
|
|
|
|
public function testOpenproject_add_task_to_agent()
|
|
{
|
|
|
|
}
|
|
}
|