Loading core/tests/Drupal/Tests/Core/Test/PhpUnitCliTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ public function testFunctionalTestDebugHtmlOutput() { 'OUTPUT: ' . $process->getOutput() . "\n" . 'ERROR: ' . $process->getErrorOutput() . "\n"); $this->assertStringContainsString('HTML output was generated', $process->getOutput()); $this->assertStringContainsString('Drupal_Tests_image_Functional_ImageDimensionsTest-1', $process->getOutput()); $this->assertStringContainsString('Drupal_Tests_image_Functional_ImageDimensionsTest', $process->getOutput()); // Test with a wrong output directory. $process = Process::fromShellCommandline('vendor/bin/phpunit --configuration core --verbose core/modules/image/tests/src/Functional/ImageDimensionsTest.php'); Loading Loading
core/tests/Drupal/Tests/Core/Test/PhpUnitCliTest.php +1 −1 Original line number Diff line number Diff line Loading @@ -51,7 +51,7 @@ public function testFunctionalTestDebugHtmlOutput() { 'OUTPUT: ' . $process->getOutput() . "\n" . 'ERROR: ' . $process->getErrorOutput() . "\n"); $this->assertStringContainsString('HTML output was generated', $process->getOutput()); $this->assertStringContainsString('Drupal_Tests_image_Functional_ImageDimensionsTest-1', $process->getOutput()); $this->assertStringContainsString('Drupal_Tests_image_Functional_ImageDimensionsTest', $process->getOutput()); // Test with a wrong output directory. $process = Process::fromShellCommandline('vendor/bin/phpunit --configuration core --verbose core/modules/image/tests/src/Functional/ImageDimensionsTest.php'); Loading