add: tests

This commit is contained in:
Michael 2024-08-12 15:55:03 +02:00
parent eebf859afa
commit ce7f620984
16 changed files with 681 additions and 152 deletions

View file

@ -0,0 +1,20 @@
<?php
namespace Tests\Http\Controllers\ThirdPartyServices;
use App\Http\Controllers\ThirdPartyServices\OpenProjectService;
use PHPUnit\Framework\TestCase;
class OpenProjectServiceTest extends TestCase
{
public function testOpen_project_create_tasks()
{
}
public function testOpen_project_add_task_to_agent()
{
}
}