This commit is contained in:
Saeed Vaziry
2025-06-04 19:04:02 +02:00
parent 35894003f5
commit f8f8d57fe2
31 changed files with 165 additions and 171 deletions

View File

@ -11,6 +11,7 @@
use Illuminate\Support\Facades\Http;
use Illuminate\Support\Facades\Notification;
use Inertia\Testing\AssertableInertia;
use PHPUnit\Framework\Attributes\DataProvider;
use Tests\TestCase;
class ApplicationTest extends TestCase
@ -153,9 +154,8 @@ public function test_update_env_file(): void
/**
* @param array<string, mixed> $webhook
* @param array<string, mixed> $payload
*
* @dataProvider hookData
*/
#[DataProvider('hookData')]
public function test_git_hook_deployment(string $provider, array $webhook, string $url, array $payload, bool $skip): void
{
SSH::fake();