jpamental / typogrify

Drupal 8 port of the Typogrify module
GNU General Public License v2.0
3 stars 4 forks source link

Fix the automated tests #12

Open benjifisher opened 7 years ago

benjifisher commented 7 years ago

When I visit /admin/config/development/testing I get the error message

Fatal error: Class 'Drupal\typogrify\DrupalWebTestCase' not found in /var/www/drupalvm/drupal/web/modules/contrib/typogrify/src/Tests/TypogrifyClassTestCase.php on line 5

This particular error should be easy to fix, but there may be more once that is done.

We should also add more tests, but that can be discussed on a separate issue.