diff --git a/core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php b/core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php index d66085c0c6..85de813e5e 100644 --- a/core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php +++ b/core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php @@ -166,4 +166,5 @@ public function testStandUpServer() { $this->assertNotSame($first_process, $ref_process->getValue($this)); $this->assertNotSame($second_process, $ref_process->getValue($this)); } + }