add: all
This commit is contained in:
parent
a15319c4d1
commit
eebf859afa
39 changed files with 2742 additions and 937 deletions
tests/Http/Controllers
25
tests/Http/Controllers/ThirdPartyServicesTest.php
Normal file
25
tests/Http/Controllers/ThirdPartyServicesTest.php
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue