Run class in separate process ensuring tearDown method gets called

This commit is contained in:
Sasha Anastasi
2025-03-04 08:18:47 +13:00
parent ca4a202752
commit 478d0fc5c1

View File

@@ -747,7 +747,7 @@ EOT;
*
* We need this because we modify the request headers,
* see https://github.com/sebastianbergmann/phpunit/issues/720#issuecomment-10421092
* @runInSeparateProcess
* @runClassInSeparateProcess
*/
public function test_evaluation_maintenancepage(?string $allowedips, ?string $iptouse, ?string $accesskey,
?string $accesskeytouse, array $expectedoutputs) {