Skip to content
Snippets Groups Projects
Commit 7aa798fb authored by catch's avatar catch
Browse files

Issue #2565971 by alexpott, neclimdul: failures running phpunit from command line

parent f99f051c
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -265,6 +265,11 @@ public function testLoadAllIncludes() { ...@@ -265,6 +265,11 @@ public function testLoadAllIncludes() {
/** /**
* @covers ::loadInclude * @covers ::loadInclude
*
* Note we load code, so isolate the test.
*
* @runTestsInSeparateProcesses
* @preserveGlobalState disabled
*/ */
public function testLoadInclude() { public function testLoadInclude() {
// Include exists. // Include exists.
......
...@@ -17,9 +17,10 @@ ...@@ -17,9 +17,10 @@
* @coversDefaultClass \Drupal\Core\Update\UpdateRegistry * @coversDefaultClass \Drupal\Core\Update\UpdateRegistry
* @group Update * @group Update
* *
* Note we load code, so we should better run in isolation. * Note we load code, so isolate the tests.
* *
* @runTestsInSeparateProcesses * @runTestsInSeparateProcesses
* @preserveGlobalState disabled
*/ */
class UpdateRegistryTest extends UnitTestCase { class UpdateRegistryTest extends UnitTestCase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment