This commit is contained in:
Saeed Vaziry
2025-06-04 15:38:07 +02:00
parent c3f69f3247
commit 35894003f5
19 changed files with 738 additions and 93 deletions

View File

@ -151,8 +151,9 @@ public function test_update_env_file(): void
}
/**
* @param array<string, mixed> $webhook
* @param array<string, mixed> $payload
* @param array<string, mixed> $webhook
* @param array<string, mixed> $payload
*
* @dataProvider hookData
*/
public function test_git_hook_deployment(string $provider, array $webhook, string $url, array $payload, bool $skip): void