Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
phpunit
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2018 at 18:28 UTC
Updated:
25 Apr 2018 at 20:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
webflo commentedComment #3
webflo commentedThis triggers the wrapping without using phpunit.
yes | php core/scripts/test-site.php install --setup-file "[PATH-TO-DRUPAL]/core/tests/Drupal/Tests/Scripts/TestSiteApplicationTest.php" --db-url "sqlite://tmp/site.sqlite"Comment #4
webflo commentedComment #5
sunLooks simple enough to me.
Comment #6
alexpottI wondered if there was a better way - like stripping all the returns but that doesn't work. Solution seems good.
Committed d487aa1 and pushed to 8.6.x. Thanks!