Skip to content

Instantly share code, notes, and snippets.

@weitzman
Created January 22, 2019 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weitzman/5e7ad278f312bb9b0e1803ec636eb54e to your computer and use it in GitHub Desktop.
Save weitzman/5e7ad278f312bb9b0e1803ec636eb54e to your computer and use it in GitHub Desktop.
Example artifacts list during a Drupal Test Traits test
> phpunit --debug --colors --bootstrap=src/bootstrap.php --printer '\Drupal\Tests\Listeners\HtmlOutputPrinter' tests
PHPUnit 6.5.13 by Sebastian Bergmann and contributors.
[snip errors]
ERRORS!
Tests: 10, Assertions: 20, Errors: 5.
HTML output was generated
http://drupal/sites/simpletest/browser_output/weitzman_DrupalTestTraits_Tests_Mail_MailCollectorTraitTest-1-dtt.html
http://drupal/sites/simpletest/browser_output/weitzman_DrupalTestTraits_Tests_Mail_MailCollectorTraitTest-2-dtt.html
http://drupal/sites/simpletest/browser_output/weitzman_DrupalTestTraits_Tests_Mail_MailCollectorTraitTest-3-dtt.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment