Step 2: Convert automated tests to Drupal 8
Body
Note: If the module does not have an automated test suite, skip to step 3.
This page is still under development.
Convert your test classes to PSR-4
https://drupal.org/node/1543796
https://drupal.org/node/1320394Add
WebTestBase::$moduleshttps://drupal.org/node/1710766
https://drupal.org/node/1911318Convert
getInfo()to PHPDochttps://www.drupal.org/node/2301125
https://www.drupal.org/node/2012184Run your test suite
You can use the new search field to find your module's tests on the page.
Knowledge Category