follow up for #2870009: Update: Convert system functional tests to phpunit
Currently both \Drupal\FunctionalTests\Update\UpdatePathTestBase::setUp and \Drupal\Tests\BrowserTestBase::setUp contain the same code for handling BROWSERTEST_OUTPUT_FILE.
In order to reduce code replication it would be a good idea to move this logic to a method on BrowserTestBase and make both BrowserTestBase and UpdatePathTestBase use this method.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 2904834-3.patch | 4.72 KB | lendude |
Comments
Comment #2
lendudetagging
Comment #3
lendudeSo something like this.
Comment #4
jibranPerfect!
Comment #6
lendudeUnrelated fail
Comment #10
larowlanCommitted as 9fe92d9 and pushed to 8.5.x
Cherry picked as 40c0521 and pushed to 8.4.x
Thanks for the cleanup