Skip to content

Commit

Permalink
remove remaining runInSeparateProcess, it's unknown why they were the…
Browse files Browse the repository at this point in the history
…re, likely they were just forgotten to be removed in the past
  • Loading branch information
Glutamat42 committed Oct 20, 2024
1 parent c6eec09 commit 8880459
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions tests/lib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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();
Expand Down
6 changes: 0 additions & 6 deletions tests/local/output/pages/view_page_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ public function testProcessRequestParametersWithInvalidAttempt($invalidAttempt)
}

/**
* @runInSeparateProcess
*
* # ANF-ID: [MVP14]
*/
public function testProcessRequestParametersWithNonExistingAttempt() {
Expand Down Expand Up @@ -164,8 +162,6 @@ public function testProcessRequestParametersWithNonExistingAttempt() {
}

/**
* @runInSeparateProcess
*
* # ANF-ID: [MVP14]
*/
public function testProcessRequestParametersWithAttemptOfOtherUser() {
Expand Down Expand Up @@ -209,8 +205,6 @@ public function testProcessRequestParametersWithAttemptOfOtherUser() {
}

/**
* @runInSeparateProcess
*
* # ANF-ID: [MVP14]
*/
public function testProcessRequestParametersWithAttemptOfOtherCm() {
Expand Down

0 comments on commit 8880459

Please sign in to comment.