Skip to content
Snippets Groups Projects
Unverified Commit d487aa13 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2960214 by webflo: TestSiteApplicationTest fails on sites with long base path

parent 5bd2dd5d
No related branches found
No related tags found
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
......@@ -89,7 +89,7 @@ public function testInstallWithNonSetupClass() {
// Use __FILE__ to test absolute paths.
$command_line = $php_binary_path . ' core/scripts/test-site.php install --setup-file "' . __FILE__ . '" --db-url "' . getenv('SIMPLETEST_DB') . '"';
$process = new Process($command_line, $this->root);
$process = new Process($command_line, $this->root, ['COLUMNS' => PHP_INT_MAX]);
$process->run();
$this->assertContains('The class Drupal\Tests\Scripts\TestSiteApplicationTest contained in', $process->getErrorOutput());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment