add: tests
This commit is contained in:
parent
eebf859afa
commit
ce7f620984
16 changed files with 681 additions and 152 deletions
|
@ -0,0 +1,15 @@
|
|||
<?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()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue