We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d180cc0 commit 76e0706Copy full SHA for 76e0706
tests/Dompurify/DompurifyServiceTest.php
@@ -70,7 +70,5 @@
70
));
71
72
expect(fn () => $service->start())->toThrow(ProcessFailedException::class);
73
- expect($service->serviceProcess->getTermSignal())->toBe(127);
74
- // TODO: fix https://github.com/medilies/xssless/actions/runs/10283025153/job/28455979969
75
- // TODO: wait for signal
+ expect($service->serviceProcess->getExitCode())->toBe(127);
76
});
0 commit comments