From 8880459c3bac23ac943ff61452a07491349644db Mon Sep 17 00:00:00 2001 From: Markus Date: Sun, 20 Oct 2024 20:06:24 +0200 Subject: [PATCH] remove remaining runInSeparateProcess, it's unknown why they were there, likely they were just forgotten to be removed in the past --- tests/lib_test.php | 4 ---- tests/local/output/pages/view_page_test.php | 6 ------ 2 files changed, 10 deletions(-) diff --git a/tests/lib_test.php b/tests/lib_test.php index f47621f..e04b76b 100644 --- a/tests/lib_test.php +++ b/tests/lib_test.php @@ -82,7 +82,6 @@ public function data_provider_for_test_delete_complex_instance() { } /** - * @runInSeparateProcess * @dataProvider data_provider_for_test_delete_complex_instance */ public function test_delete_complex_instance($withAttempt) { @@ -141,9 +140,6 @@ public function test_delete_instance_failure() { } - /** - * @runInSeparateProcess - */ public function test_delete_instance_failure_due_to_question_deletion_failure() { global $DB; $generator = $this->getDataGenerator(); diff --git a/tests/local/output/pages/view_page_test.php b/tests/local/output/pages/view_page_test.php index a710a8a..a513bc8 100644 --- a/tests/local/output/pages/view_page_test.php +++ b/tests/local/output/pages/view_page_test.php @@ -121,8 +121,6 @@ public function testProcessRequestParametersWithInvalidAttempt($invalidAttempt) } /** - * @runInSeparateProcess - * * # ANF-ID: [MVP14] */ public function testProcessRequestParametersWithNonExistingAttempt() { @@ -164,8 +162,6 @@ public function testProcessRequestParametersWithNonExistingAttempt() { } /** - * @runInSeparateProcess - * * # ANF-ID: [MVP14] */ public function testProcessRequestParametersWithAttemptOfOtherUser() { @@ -209,8 +205,6 @@ public function testProcessRequestParametersWithAttemptOfOtherUser() { } /** - * @runInSeparateProcess - * * # ANF-ID: [MVP14] */ public function testProcessRequestParametersWithAttemptOfOtherCm() {